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