Escape html (#388)

* Escape value in delete property form

* escape labels

* Revert "escape labels"

This reverts commit cd825d7587d629bc44c7fece31eb1bfa5cb6f241.
This commit is contained in:
Georgy Litvinov 2023-05-09 13:04:21 +02:00 committed by GitHub
parent a22aa37394
commit 329b8e4100
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@
<#include deletionTemplateName />
</#if>
<#else>
${statement}
${statement?html}
</#if>
</p>