diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-18 20:35:40 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-18 20:35:40 -0700 |
commit | 0c0271ae34b4861ff5eac8bb3592534876caafb9 (patch) | |
tree | 0be1f77036951588961bc6a56ae36d2de11e6436 /util | |
parent | 24957748918403a387fbae47f593001ce361891a (diff) |
Tag sorting and sanitation
Diffstat (limited to 'util')
-rw-r--r-- | util/tmpl/term.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/tmpl/term.html b/util/tmpl/term.html index e97104f1..054f7510 100644 --- a/util/tmpl/term.html +++ b/util/tmpl/term.html @@ -15,7 +15,7 @@ {{#if tags}} <div class="tags"> {{#each tags}} - <span class="tag {{#if class}}tag-{{class}}{{else}}tag-default{{/if}}" title="{{desc}}">{{@key}}</span> + <span class="tag tag-{{class}}" title="{{desc}}">{{name}}</span> {{/each}} </div> {{/if}} |