diff --git a/pagure/templates/issues.html b/pagure/templates/issues.html
index d609b3c..342bcc9 100644
--- a/pagure/templates/issues.html
+++ b/pagure/templates/issues.html
@@ -231,7 +231,9 @@
{% endif %}
{% for tag in issue.tags %}
- {{tag.tag}}
+ {{tag.tag}}
{% endfor%}
diff --git a/pagure/templates/settings.html b/pagure/templates/settings.html
index 45ccd12..5955328 100644
--- a/pagure/templates/settings.html
+++ b/pagure/templates/settings.html
@@ -765,7 +765,7 @@
{{ tag.tag }}
 {{tag.tag}}
- {{ tag.tag_description }}
+ {{ tag.tag_description or '' }}
|