summaryrefslogtreecommitdiff
path: root/tmpl/kanji.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-09-21 11:14:17 -0700
committerAlex Yatskov <alex@foosoft.net>2017-09-21 11:14:17 -0700
commit2ba01d2910fb0992b372d74854e2624541233127 (patch)
treeffb192f2748faf9fd536ec43be4aad3fb65a6cba /tmpl/kanji.html
parent65ce976423e241b50baa69b4d074b981d4de1f3e (diff)
fix dictionary indices
Diffstat (limited to 'tmpl/kanji.html')
-rw-r--r--tmpl/kanji.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmpl/kanji.html b/tmpl/kanji.html
index 02fe8e92..c46ce6a7 100644
--- a/tmpl/kanji.html
+++ b/tmpl/kanji.html
@@ -64,9 +64,9 @@
</tr>
<tr>
<td colspan="3">
- {{#if stats.default}}
+ {{#if stats.index}}
<table class="info-output">
- {{#each stats.default}}
+ {{#each stats.index}}
<tr>
<th>{{#if notes}}{{notes}}{{else}}{{name}}{{/if}}</th>
<td>{{value}}</td>