We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c504e7 commit 5826b7eCopy full SHA for 5826b7e
1 file changed
tmpl.js
@@ -22,9 +22,9 @@
22
tmpl(tmpl.load(str)) :
23
new Function(
24
tmpl.arg + ',tmpl',
25
- ("var _e=tmpl.encode" + tmpl.helper + ",_s='" +
+ "var _e=tmpl.encode" + tmpl.helper + ",_s='" +
26
str.replace(tmpl.regexp, tmpl.func) +
27
- "';return _s;")
+ "';return _s;"
28
);
29
return data ? f(data, tmpl) : function (data) {
30
return f(data, tmpl);
0 commit comments