diff --git a/pagure/templates/commit.html b/pagure/templates/commit.html
index 7598439..1a4643b 100644
--- a/pagure/templates/commit.html
+++ b/pagure/templates/commit.html
@@ -41,9 +41,9 @@
{{commit.commit_time | humanize}}
{% else %}
{{diff|count}} file{{'s' if diff|count > 1}} Authored by {{ commit.author | author2user |safe }}
- {{commit.commit_time | humanize}},
+ {{commit.commit_time | humanize}},
Committed by {{ commit.committer | author2user |safe }}
- {{commit.commit_time | humanize}},
+ {{commit.commit_time | humanize}},
{% endif%}