Skip to content

Commit 55c52aa

Browse files
committed
Fix colspan after added columns
1 parent 29afaa8 commit 55c52aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgcommitfest/commitfest/templates/commitfest.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h3>{{p.is_open|yesno:"Active patches,Closed patches"}}</h3>
4848

4949
{%if grouping%}
5050
{%ifchanged p.topic%}
51-
<tr><th colspan="{%if user.is_staff%}12{%else%}11{%endif%}">{{p.topic}}</th></tr>
51+
<tr><th colspan="{%if user.is_staff%}13{%else%}12{%endif%}">{{p.topic}}</th></tr>
5252
{%endifchanged%}
5353
{%endif%}
5454
<tr>

0 commit comments

Comments
 (0)