aboutsummaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-01-09 19:05:21 -0800
committerAlex Yatskov <alex@foosoft.net>2017-01-09 19:05:21 -0800
commitf1c826e2d349c550121125346290717a81325ed1 (patch)
treee5bf17bdd1eac22bb7e9fb1b07c417a3d2a446c0 /ext
parent89070c609645455ac307bd0de918f2b76726dd3a (diff)
fixing kanji template
Diffstat (limited to 'ext')
-rw-r--r--ext/bg/js/templates.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/templates.js b/ext/bg/js/templates.js
index e701b21f..39d0571a 100644
--- a/ext/bg/js/templates.js
+++ b/ext/bg/js/templates.js
@@ -119,7 +119,7 @@ templates['kanji-list.html'] = template({"1":function(container,depth0,helpers,p
var decorators = container.decorators;
- fn = decorators.inline(fn,props,container,{"name":"inline","hash":{},"fn":container.program(1, data, 0, blockParams, depths),"inverse":container.noop,"args":[(depth0 != null ? depth0.kanji : depth0)],"data":data}) || fn;
+ fn = decorators.inline(fn,props,container,{"name":"inline","hash":{},"fn":container.program(1, data, 0, blockParams, depths),"inverse":container.noop,"args":["kanji"],"data":data}) || fn;
return fn;
}