Close an open td tag on contributors page.

This commit is contained in:
Thom Brown
2011-11-08 16:06:26 +00:00
parent dc2a86e5d0
commit 26b29a28e4

View 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%}