diff --git a/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonSetup.ftl b/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonSetup.ftl index 2eb68300..8863904e 100644 --- a/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonSetup.ftl +++ b/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonSetup.ftl @@ -110,7 +110,7 @@ var subOrganizationPublicationTemporalGraphCommonURL = "${subOrganizationPublica var jsonString = '${jsonContent!}'; var vivoDefaultNamespace = '${vivoDefaultNamespace!}'; -var organizationLabel = '${organizationLabel}'; +var organizationLabel = "${organizationLabel}"; var organizationVIVOProfileURL = "${organizationVivoProfileURL}"; var loadingImageLink = contextPath + "/images/visualization/ajax-loader-indicator.gif"; diff --git a/productMods/templates/freemarker/visualization/mapOfScience/mapOfScienceSetup.ftl b/productMods/templates/freemarker/visualization/mapOfScience/mapOfScienceSetup.ftl index 7cb7304d..5dd0c164 100644 --- a/productMods/templates/freemarker/visualization/mapOfScience/mapOfScienceSetup.ftl +++ b/productMods/templates/freemarker/visualization/mapOfScience/mapOfScienceSetup.ftl @@ -45,7 +45,7 @@ var mapOfScienceImageFolderPrefix = imageFolderPrefix + "mapofscience/"; var disciplineLabelImageUrlPrefix = mapOfScienceImageFolderPrefix + "labels/"; -var entityLabel = '${entityLabel}'; +var entityLabel = "${entityLabel}"; var ENTITY_TYPE = '${entityType}';