diff --git a/webapp/src/main/webapp/templates/freemarker/edit/forms/defaultDataPropertyForm.ftl b/webapp/src/main/webapp/templates/freemarker/edit/forms/defaultDataPropertyForm.ftl index 1e3750385..678696d94 100644 --- a/webapp/src/main/webapp/templates/freemarker/edit/forms/defaultDataPropertyForm.ftl +++ b/webapp/src/main/webapp/templates/freemarker/edit/forms/defaultDataPropertyForm.ftl @@ -22,7 +22,7 @@ -<#assign literalValues = "${editConfiguration.dataLiteralValuesAsString}" /> +<#assign literalValues = "${editConfiguration.dataLiteralValuesAsString?html}" /> <#assign datatype = editConfiguration.dataPredicateProperty.rangeDatatypeURI!"none" />