Escape html (#388)
* Escape value in delete property form * escape labels * Revert "escape labels" This reverts commit cd825d7587d629bc44c7fece31eb1bfa5cb6f241.
This commit is contained in:
parent
a22aa37394
commit
329b8e4100
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
<#include deletionTemplateName />
|
||||
</#if>
|
||||
<#else>
|
||||
${statement}
|
||||
${statement?html}
|
||||
</#if>
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue