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}