summaryrefslogtreecommitdiff
path: root/tmpl/term-list.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-01-08 19:03:48 -0800
committerAlex Yatskov <alex@foosoft.net>2017-01-08 19:03:48 -0800
commit3b83f8b7fef9978b79517aeda95fa89de071ba54 (patch)
tree39ee9396b1d305ec794d7069a97211d0aa534ede /tmpl/term-list.html
parent67ca7adc4cabb79a87b51ebd9b112e641de31af9 (diff)
styling
Diffstat (limited to 'tmpl/term-list.html')
-rw-r--r--tmpl/term-list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmpl/term-list.html b/tmpl/term-list.html
index ab03c7c2..1315d132 100644
--- a/tmpl/term-list.html
+++ b/tmpl/term-list.html
@@ -1,7 +1,7 @@
{{#if definitions}}
{{#each definitions}}
- {{> term.html addable=../addable playback=../playback}}
- <br>
+ {{#unless @first}}<hr>{{/unless}}
+ {{> term.html addable=../addable playback=../playback}}
{{/each}}
{{else}}
<p>No results found</p>