diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2017-10-25 00:58:11 +0300 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2017-10-25 00:58:11 +0300 |
commit | ee80fa5331d594907c9fce382dcc981d2cf8682f (patch) | |
tree | 7ca49e103f4274016dfd3c19cf1aae22e9f15b59 /tmpl | |
parent | f828043838b52f8304f1a4b226b904d68f19b643 (diff) |
merged mode: restore whitespace between termTags
Diffstat (limited to 'tmpl')
-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~}} |