Fix incorrect closing tag
authorMagnus Hagander <magnus@hagander.net>
Sun, 3 Jan 2016 10:04:14 +0000 (11:04 +0100)
committerMagnus Hagander <magnus@hagander.net>
Sun, 3 Jan 2016 10:04:14 +0000 (11:04 +0100)
Noted by Erik Rijkers

pgcommitfest/commitfest/templates/commitfest.html

index 30329bec54ae162934bb4d98574a86e9f935532f..93fb1803892099f6ff9698c5b75634db0d21cd63 100644 (file)
@@ -77,7 +77,7 @@
    <td><span class="label label-{{p.status|patchstatuslabel}}">{{p.status|patchstatusstring}}</span></td>
    <td>{{p.author_names|default:''}}</td>
    <td>{{p.reviewer_names|default:''}}</td>
-   <td>{{p.committer|default:''}}</p>
+   <td>{{p.committer|default:''}}</td>
    <td style="white-space: nowrap;">{{p.modified|date:"Y-m-d"}}<br/>{{p.modified|date:"H:i"}}</td>
    <td style="white-space: nowrap;">{{p.lastmail|date:"Y-m-d"}}<br/>{{p.lastmail|date:"H:i"}}</td>
 {%if user.is_staff%}