Close an open td tag on contributors page.
authorThom Brown <thom@linux.com>
Tue, 8 Nov 2011 16:06:26 +0000 (16:06 +0000)
committerThom Brown <thom@linux.com>
Tue, 8 Nov 2011 16:06:26 +0000 (16:06 +0000)
templates/contributors/list.html

index 0ffbb3ee78ae7a5e1921e43d719cb1bbcbdac626..4f6be52d4db9d951a0a82aeb30015420bdd6641c 100644 (file)
@@ -34,7 +34,7 @@
      </tr>
       {%endif%}
     {%else%}
-      <td>{{c.firstname}} {{c.lastname}}{%if c.email%} ({{c.email|hidemail}}){%endif%}
+      <td>{{c.firstname}} {{c.lastname}}{%if c.email%} ({{c.email|hidemail}}){%endif%}</td>
      </tr>
     {%endif%}
    {%endif%}