diff --git a/src/super_archives/templates/message-thread.html b/src/super_archives/templates/message-thread.html index fc7cf12..0a2c0ce 100644 --- a/src/super_archives/templates/message-thread.html +++ b/src/super_archives/templates/message-thread.html @@ -208,7 +208,7 @@

{% trans "Tags:" %}

{% for keyword in thread.keyword_set.all %} - {{ keyword|escape }} + {{ keyword|escape }} {% endfor %}
{% endif %} -- libgit2 0.21.2