There's no need to decodeHtmlEntities on everything
This commit is contained in:
@ -534,7 +534,7 @@ function decodeHtmlEntities(htmlStr){
|
|||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
<#attempt>
|
<#attempt>
|
||||||
<#return 'decodeHtmlEntities("' + object?js_string + '")'>;
|
<#return '"' + object?js_string + '"'>;
|
||||||
<#recover>
|
<#recover>
|
||||||
</#attempt>
|
</#attempt>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user