Escape double quote in ftl to js conversion #15
This commit is contained in:
parent
3cff54561f
commit
e6a93e2838
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user