diff options
Diffstat (limited to 'tmpl/term-grouped-list.html')
-rw-r--r-- | tmpl/term-grouped-list.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmpl/term-grouped-list.html b/tmpl/term-grouped-list.html index 6156ab7b..d927abc4 100644 --- a/tmpl/term-grouped-list.html +++ b/tmpl/term-grouped-list.html @@ -1,6 +1,7 @@ {{#if definitions}} {{#each definitions}} {{> term-grouped.html addable=../addable playback=../playback}} + <br> {{/each}} {{else}} <p>No results found</p> |