From 823133688a08d5222e4baa980d122cc0f3137834 Mon Sep 17 00:00:00 2001 From: Tim Worrall Date: Thu, 12 Feb 2015 11:10:37 -0500 Subject: [PATCH] VIVO-962:

tags were getting stripped out when they shouldn't have been. --- .../body/partials/individual/propStatement-dataDefault.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/web/templates/freemarker/body/partials/individual/propStatement-dataDefault.ftl b/webapp/web/templates/freemarker/body/partials/individual/propStatement-dataDefault.ftl index 4c049c74a..2d72b0056 100644 --- a/webapp/web/templates/freemarker/body/partials/individual/propStatement-dataDefault.ftl +++ b/webapp/web/templates/freemarker/body/partials/individual/propStatement-dataDefault.ftl @@ -17,7 +17,7 @@ <#assign theValue = theValue?replace("

    ","
      ") /> <#if theValue?contains("

      ") > - <#assign theValue = theValue?replace("

      ","")?replace("

      ","") /> + <#assign theValue = theValue?replace("

      ","

      ") /> ${theValue}