diff options
Diffstat (limited to 'tmpl/term.html')
-rw-r--r-- | tmpl/term.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/term.html b/tmpl/term.html index fb50e7d7..36f8f4fc 100644 --- a/tmpl/term.html +++ b/tmpl/term.html @@ -23,7 +23,7 @@ <div class="term-tags"> {{#each tags}} - <span class="tag tag-{{category}}" title="{{notes}}">{{tag}}</span> + <span class="tag tag-{{category}}" title="{{notes}}">{{name}}</span> {{/each}} </div> |