diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-09-21 11:14:17 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-09-21 11:14:17 -0700 |
commit | 2ba01d2910fb0992b372d74854e2624541233127 (patch) | |
tree | ffb192f2748faf9fd536ec43be4aad3fb65a6cba /tmpl | |
parent | 65ce976423e241b50baa69b4d074b981d4de1f3e (diff) |
fix dictionary indices
Diffstat (limited to 'tmpl')
-rw-r--r-- | tmpl/kanji.html | 4 |
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> |