diff options
author | Magnus Hagander | 2016-01-03 10:04:14 +0000 |
---|---|---|
committer | Magnus Hagander | 2016-01-03 10:04:14 +0000 |
commit | 3d583f3fb0184b4858395a385438e4cb22080612 (patch) | |
tree | a5aa0d31d4b41d4bf6b9e6da499bbde26d3a1f72 /pgcommitfest | |
parent | fd7acbb2b65eb6a64c7f88d897934950809374bd (diff) |
Fix incorrect closing tag
Noted by Erik Rijkers
Diffstat (limited to 'pgcommitfest')
-rw-r--r-- | pgcommitfest/commitfest/templates/commitfest.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcommitfest/commitfest/templates/commitfest.html b/pgcommitfest/commitfest/templates/commitfest.html index 30329be..93fb180 100644 --- a/pgcommitfest/commitfest/templates/commitfest.html +++ b/pgcommitfest/commitfest/templates/commitfest.html @@ -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%} |