aboutsummaryrefslogtreecommitdiff
path: root/tmpl/kanji-list.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/kanji-list.html')
-rw-r--r--tmpl/kanji-list.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmpl/kanji-list.html b/tmpl/kanji-list.html
index 0ee81463..1df22e68 100644
--- a/tmpl/kanji-list.html
+++ b/tmpl/kanji-list.html
@@ -1,6 +1,7 @@
{{#if definitions}}
{{#each definitions}}
- {{> kanji.html addable=../addable root=../root}}
+ {{#unless @first}}<hr>{{/unless}}
+ {{> kanji.html addable=../addable root=../root}}
{{/each}}
{{else}}
<p>No results found</p>