There's no need to decodeHtmlEntities on everything

This commit is contained in:
Joseph Garrone
2024-07-13 19:02:13 +02:00
parent 0b6f56a774
commit ca549fe8d8

View File

@ -534,7 +534,7 @@ function decodeHtmlEntities(htmlStr){
</#if> </#if>
<#attempt> <#attempt>
<#return 'decodeHtmlEntities("' + object?js_string + '")'>; <#return '"' + object?js_string + '"'>;
<#recover> <#recover>
</#attempt> </#attempt>