diff --git a/pagure/templates/issues.html b/pagure/templates/issues.html
index 424fd0d..b70a6b0 100644
--- a/pagure/templates/issues.html
+++ b/pagure/templates/issues.html
@@ -48,16 +48,19 @@
{% for tag in tag_list %}
{% if tag.tag in tags %}
{% if status and status != 'Open' %}
-
{% else %}
-
{% endif %}
{% else %}
-
@@ -101,7 +104,11 @@
{% if issue.comments|count > 0 %}
- {{issue.comments|count}}
+
+
+ {{issue.comments|count}}
+
{% endif %}
{% for tag in issue.tags%}
{{tag.tag}}