diff --git a/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonBody.ftl b/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonBody.ftl index cbc8dca3..18f5f782 100644 --- a/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonBody.ftl +++ b/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonBody.ftl @@ -53,7 +53,7 @@
-

#{title}

+

#{title!}

#{text}

${i18n().close_me}

@@ -61,7 +61,7 @@
x -

#{title}

+

#{title!}

#{text}

diff --git a/productMods/templates/freemarker/visualization/mapOfScience/mapOfScienceStandalone.ftl b/productMods/templates/freemarker/visualization/mapOfScience/mapOfScienceStandalone.ftl index f0ac7b22..95bfdef9 100644 --- a/productMods/templates/freemarker/visualization/mapOfScience/mapOfScienceStandalone.ftl +++ b/productMods/templates/freemarker/visualization/mapOfScience/mapOfScienceStandalone.ftl @@ -27,7 +27,7 @@ corresponding changes in the included Templates. -->
-

#{title}

+

#{title!}

#{text}

${i18n().close_me}

@@ -35,7 +35,7 @@ corresponding changes in the included Templates. -->
x -

#{title}

+

#{title!}

#{text}

diff --git a/themes/wilma/templates/gadgetDetails.ftl b/themes/wilma/templates/gadgetDetails.ftl index a3fa8ea4..50ba92a9 100644 --- a/themes/wilma/templates/gadgetDetails.ftl +++ b/themes/wilma/templates/gadgetDetails.ftl @@ -2,7 +2,7 @@ <#-- Template for the body of the GadgetDetails page --> -

${title}

+

${title!}

<#-- VIVO OpenSocial Extension by UCSF --> <#if openSocial??> diff --git a/themes/wilma/templates/gadgetLogin.ftl b/themes/wilma/templates/gadgetLogin.ftl index f66bce4b..69c75cca 100644 --- a/themes/wilma/templates/gadgetLogin.ftl +++ b/themes/wilma/templates/gadgetLogin.ftl @@ -11,7 +11,7 @@ th { } -

${title}

+

${title!}

<#-- VIVO OpenSocial Extension by UCSF --> <#if openSocial??> diff --git a/themes/wilma/templates/head.ftl b/themes/wilma/templates/head.ftl index eef17c30..15381e75 100644 --- a/themes/wilma/templates/head.ftl +++ b/themes/wilma/templates/head.ftl @@ -4,7 +4,7 @@ -${title} +${siteName!} <#-- VIVO OpenSocial Extension by UCSF --> <#if openSocial??>