From c240321458a2406cee4182585ca1ab2ee6821d56 Mon Sep 17 00:00:00 2001 From: j2blake Date: Wed, 30 Nov 2011 21:46:21 +0000 Subject: [PATCH] NIHVIVO-3311 Provide a way to get URLs from the ObjectPropertyStatmentTemplateModel without them being stepped on by AntiSamy. --- .../individual/propStatement-hasAssociatedConcept.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-hasAssociatedConcept.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-hasAssociatedConcept.ftl index 1ddd5912..53539ac7 100644 --- a/productMods/templates/freemarker/body/partials/individual/propStatement-hasAssociatedConcept.ftl +++ b/productMods/templates/freemarker/body/partials/individual/propStatement-hasAssociatedConcept.ftl @@ -12,8 +12,8 @@ next statement --> <#macro showConcept statement> <#if statement.vocabularySourceName??> - ${statement.conceptLabel!statement.conceptName} (${statement.vocabularySourceName}) + ${statement.conceptLabel!statement.conceptName} (${statement.vocabularySourceName}) <#else> - ${statement.conceptLabel!statement.conceptName} + ${statement.conceptLabel!statement.conceptName}