From fd7acbb2b65eb6a64c7f88d897934950809374bd Mon Sep 17 00:00:00 2001 From: Oleksandr Shulgin Date: Mon, 28 Dec 2015 12:20:13 +0100 Subject: [PATCH] Fix colspan in patches table lists Account for the Committer column added in 8495806. --- pgcommitfest/commitfest/templates/commitfest.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgcommitfest/commitfest/templates/commitfest.html b/pgcommitfest/commitfest/templates/commitfest.html index 04cf111..30329be 100644 --- a/pgcommitfest/commitfest/templates/commitfest.html +++ b/pgcommitfest/commitfest/templates/commitfest.html @@ -69,7 +69,7 @@ {%if grouping%} {%ifchanged p.topic%} - {{p.topic}} + {{p.topic}} {%endifchanged%} {%endif%} -- 2.39.5