diff options
Diffstat (limited to 'tmpl/terms.html')
-rw-r--r-- | tmpl/terms.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmpl/terms.html b/tmpl/terms.html index eb114b5f..a9b260c1 100644 --- a/tmpl/terms.html +++ b/tmpl/terms.html @@ -52,9 +52,9 @@ {{~/if~}} {{~#if termTags~}} <div class="tags"> - {{~#each termTags~}} + {{~#each termTags}} <span class="label label-default tag-{{category}}" title="{{notes}}">{{name}}</span> - {{~/each~}} + {{/each~}} </div> {{~/if~}} {{~#if frequencies~}} |