summaryrefslogtreecommitdiff
path: root/tmpl/kanji.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/kanji.html')
-rw-r--r--tmpl/kanji.html14
1 files changed, 6 insertions, 8 deletions
diff --git a/tmpl/kanji.html b/tmpl/kanji.html
index f66b707e..9ab5b2a8 100644
--- a/tmpl/kanji.html
+++ b/tmpl/kanji.html
@@ -27,22 +27,20 @@
</tr>
<tr>
<td class="reading">
- {{#if kunyomi}}
<dl>
- <dt>Kun</dt>
+ {{#if kunyomi}}
+ <dt>Kun-Yomi</dt>
{{#each kunyomi}}
<dd>{{.}}</dd>
{{/each}}
- </dl>
- {{/if}}
- {{#if onyomi}}
- <dl>
- <dt>On</dt>
+ {{/if}}
+ {{#if onyomi}}
+ <dt>On-Yomi</dt>
{{#each onyomi}}
<dd>{{.}}</dd>
{{/each}}
+ {{/if}}
</dl>
- {{/if}}
</td>
<td class="glossary">
{{#if glossary.[1]}}