From f2a843c6962c2bb74beaf4f0c928455597f21cf4 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Jun 11 2018 10:44:00 +0000 Subject: Fix weird indentation issue of the view commit page Fixes: #3291 Signed-off-by: Ryan Lerch --- diff --git a/pagure/templates/commit.html b/pagure/templates/commit.html index 76bcdbb..4249650 100644 --- a/pagure/templates/commit.html +++ b/pagure/templates/commit.html @@ -155,7 +155,7 @@ {% set filecount = 0 %} {% for patch in diff %} {% set filecount = filecount + 1 %} -
+