diff options
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> |