diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-01-07 18:52:51 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-01-07 18:52:51 -0800 |
commit | d770030688536403455132f24907725138528ef4 (patch) | |
tree | 8900123ba62262926d08cd5fd9b6e75ec3d304b4 /ext/bg/js/templates.js | |
parent | fab7a03b6c345ccd9fec66adb08a45206557c306 (diff) |
WIP
Diffstat (limited to 'ext/bg/js/templates.js')
-rw-r--r-- | ext/bg/js/templates.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bg/js/templates.js b/ext/bg/js/templates.js index f3d991de..5edf7be1 100644 --- a/ext/bg/js/templates.js +++ b/ext/bg/js/templates.js @@ -69,9 +69,9 @@ templates['kanji.html'] = template({"1":function(container,depth0,helpers,partia },"11":function(container,depth0,helpers,partials,data) { var stack1; - return " <p>\n " + return " <p>" + container.escapeExpression(container.lambda(((stack1 = (depth0 != null ? depth0.glossary : depth0)) != null ? stack1["0"] : stack1), depth0)) - + "\n </p>\n"; + + "</p>\n"; },"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) { var stack1, helper, alias1=depth0 != null ? depth0 : {}; |