diff --git a/templates/project.html b/templates/project.html
index 9a6baef..03b8aae 100644
--- a/templates/project.html
+++ b/templates/project.html
@@ -36,7 +36,7 @@
Categories
{% for category in categories %}
- {{ category }}{% if not forloop.last %}, {% endif %}
+ {{ category }}{% if not forloop.last %}, {% endif %}
{% endfor %}
{% endif %}