From 7b3aa28d36e8f11b875e9c47a4846e81e3530202 Mon Sep 17 00:00:00 2001
From: Brendan Jurd
Date: Fri, 3 Jul 2009 18:54:38 -0400
Subject: [PATCH] XHTML validation showed up some bogus "" closing tags
with no corresponding opening tag.
---
template/commitfest_view.tt2 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/template/commitfest_view.tt2 b/template/commitfest_view.tt2
index 1b8d2cd..1d6d43f 100644
--- a/template/commitfest_view.tt2
+++ b/template/commitfest_view.tt2
@@ -29,9 +29,9 @@ changes, click on the patch name.
[% p.patch_status | htmlsafe %] |
- [% p.author | htmlsafe %] |
- [% IF p.reviewers != '' %][% p.reviewers %][% ELSE %]Nobody[% END %] |
- [% IF g.closed %][% IF p.date_closed.defined %][% p.date_closed %][% ELSE %](None)[% END %][% ELSE %][% IF p.comment_list.defined && p.comment_list.-1.defined %][% p.comment_list.-1.creation_time %][% ELSE %](None)[% END %][% END %] |
+ [% p.author | htmlsafe %] |
+ [% IF p.reviewers != '' %][% p.reviewers %][% ELSE %]Nobody[% END %] |
+ [% IF g.closed %][% IF p.date_closed.defined %][% p.date_closed %][% ELSE %](None)[% END %][% ELSE %][% IF p.comment_list.defined && p.comment_list.-1.defined %][% p.comment_list.-1.creation_time %][% ELSE %](None)[% END %][% END %] |
[% END %]
[% END %]
--
2.39.5