diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-09-21 09:21:32 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-09-21 09:21:32 -0700 |
commit | 65ce976423e241b50baa69b4d074b981d4de1f3e (patch) | |
tree | 80137c0140f07b678263abeeed7fe6f666006c6f /tmpl | |
parent | 119def2bebc9adea3a29e9152c7e4747d81d54fa (diff) |
wip
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 354e097d..02fe8e92 100644 --- a/tmpl/kanji.html +++ b/tmpl/kanji.html @@ -64,9 +64,9 @@ </tr> <tr> <td colspan="3"> - {{#if stats.indices}} + {{#if stats.default}} <table class="info-output"> - {{#each stats.indices}} + {{#each stats.default}} <tr> <th>{{#if notes}}{{notes}}{{else}}{{name}}{{/if}}</th> <td>{{value}}</td> |