diff options
Diffstat (limited to 'gum/templates/index.html')
-rw-r--r-- | gum/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gum/templates/index.html b/gum/templates/index.html index 83abf70..aae5ea5 100644 --- a/gum/templates/index.html +++ b/gum/templates/index.html @@ -28,7 +28,7 @@ {% if article.tags %} <span>Tagged as : </span> {% for tag in article.tags %} - <a class="danger label" href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a> + <a class="danger label" href="{{ SITEURL }}/{{ tag.url }}">{{ tag|e }}</a> {% endfor %} {% endif %} </div> |