From 13df245fe818e70b31210bdd186884eff2590107 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 19 2016 22:08:25 +0000 Subject: Drop trailing spaces --- 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%}