diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-01-07 18:52:51 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-01-07 18:52:51 -0800 |
commit | d770030688536403455132f24907725138528ef4 (patch) | |
tree | 8900123ba62262926d08cd5fd9b6e75ec3d304b4 /tmpl/kanji.html | |
parent | fab7a03b6c345ccd9fec66adb08a45206557c306 (diff) |
WIP
Diffstat (limited to 'tmpl/kanji.html')
-rw-r--r-- | tmpl/kanji.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tmpl/kanji.html b/tmpl/kanji.html index a3f37cbf..eda8b8e4 100644 --- a/tmpl/kanji.html +++ b/tmpl/kanji.html @@ -42,9 +42,7 @@ {{/each}} </ol> {{else}} - <p> - {{glossary.[0]}} - </p> + <p>{{glossary.[0]}}</p> {{/if}} </div> </div> |