summaryrefslogtreecommitdiff
path: root/root/tags
diff options
context:
space:
mode:
Diffstat (limited to 'root/tags')
-rw-r--r--root/tags2
1 files changed, 1 insertions, 1 deletions
diff --git a/root/tags b/root/tags
index f742ef8..6cc0b97 100644
--- a/root/tags
+++ b/root/tags
@@ -10,7 +10,7 @@
[% FOR tag IN tags %]
<li>
<span class="tag name">
- <a href="[% href.to_tag(tag) %]" target="_self">[% tag.name %]</a>
+ <a href="[% href.to_tag(tag) | html %]" target="_self">[% tag.name | html %]</a>
</span>
<span class="tag count">[% tag.how_many() %]</span>
</li>