fix: Escape data property value (#387)
Co-authored-by: Georgy Litvinov <georgy.litvinov@tib.eu>
This commit is contained in:
parent
c0b48511e2
commit
2535750cfa
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
</section>
|
||||
</#if>
|
||||
|
||||
<#assign literalValues = "${editConfiguration.dataLiteralValuesAsString}" />
|
||||
<#assign literalValues = "${editConfiguration.dataLiteralValuesAsString?html}" />
|
||||
<#assign datatype = editConfiguration.dataPredicateProperty.rangeDatatypeURI!"none" />
|
||||
|
||||
<form class="editForm" action = "${submitUrl}" method="post">
|
||||
|
|
Loading…
Add table
Reference in a new issue