Escape double quote in ftl to js conversion #15

This commit is contained in:
garronej 2021-06-30 22:01:01 +02:00
parent 3cff54561f
commit e6a93e2838

View File

@ -113,7 +113,7 @@
<#attempt>
"${object?no_esc}"
"${object?replace('"', '\\"')?no_esc}"
<#recover>
/* couldn't convert into string non hash, non method, non boolean, non enumerable object */
undefined;