From 26b29a28e45ec3a26aca7f47d4d5b259514644ef Mon Sep 17 00:00:00 2001 From: Thom Brown Date: Tue, 8 Nov 2011 16:06:26 +0000 Subject: [PATCH] Close an open td tag on contributors page. --- templates/contributors/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/contributors/list.html b/templates/contributors/list.html index 0ffbb3ee..4f6be52d 100644 --- a/templates/contributors/list.html +++ b/templates/contributors/list.html @@ -34,7 +34,7 @@ {%endif%} {%else%} - {{c.firstname}} {{c.lastname}}{%if c.email%} ({{c.email|hidemail}}){%endif%} + {{c.firstname}} {{c.lastname}}{%if c.email%} ({{c.email|hidemail}}){%endif%} {%endif%} {%endif%} -- 2.39.5