diff options
Diffstat (limited to 'tmpl/term-list.html')
-rw-r--r-- | tmpl/term-list.html | 4 |
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> |