diff --git a/progit/templates/issue.html b/progit/templates/issue.html
index d9d1f4a..d003644 100644
--- a/progit/templates/issue.html
+++ b/progit/templates/issue.html
@@ -55,10 +55,11 @@
{% for tag in issue.tags %}
- {{ tag.tag }}{% if not loop.last %},{% endif %}
+ {{ tag.tag }}{%- if not loop.last -%},{%- endif -%}
{% endfor %}
{% if authenticated and repo_admin %}
-
+
{% endif %}