summaryrefslogtreecommitdiff
path: root/util/tmpl/term.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-04-18 20:35:40 -0700
committerAlex Yatskov <alex@foosoft.net>2016-04-18 20:35:40 -0700
commit0c0271ae34b4861ff5eac8bb3592534876caafb9 (patch)
tree0be1f77036951588961bc6a56ae36d2de11e6436 /util/tmpl/term.html
parent24957748918403a387fbae47f593001ce361891a (diff)
Tag sorting and sanitation
Diffstat (limited to 'util/tmpl/term.html')
-rw-r--r--util/tmpl/term.html2
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}}