aboutsummaryrefslogtreecommitdiff
path: root/tmpl
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-09-15 14:06:10 -0700
committerAlex Yatskov <alex@foosoft.net>2017-09-15 14:06:10 -0700
commit5a531541238b52ba56475ae3f91873bd1b8a9d10 (patch)
tree627e2d800bd28003d39eb25eb371738ef423b416 /tmpl
parente044f0107ab33125f47dac1dde7fe2c673d0ddd6 (diff)
style fixes
Diffstat (limited to 'tmpl')
-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]}}