Closed int-y1 closed 5 months ago
create a new filter htmltojs that produces a javascript string. use htmltojs in every template that contains js.
htmltojs
html.unescape will undo the escape that was introduced in #1899.
html.unescape
escape
left side: original code. right side: new code.
create a new filter
htmltojs
that produces a javascript string. usehtmltojs
in every template that contains js.html.unescape
will undo theescape
that was introduced in #1899.left side: original code. right side: new code.