fix: Escape data property value (#387)

Co-authored-by: Georgy Litvinov <georgy.litvinov@tib.eu>
This commit is contained in:
Georgy Litvinov 2023-04-27 16:21:31 +02:00 committed by GitHub
parent c0b48511e2
commit 2535750cfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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">