projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc2a86e
)
Close an open td tag on contributors page.
author
Thom Brown
<thom@linux.com>
Tue, 8 Nov 2011 16:06:26 +0000
(16:06 +0000)
committer
Thom Brown
<thom@linux.com>
Tue, 8 Nov 2011 16:06:26 +0000
(16:06 +0000)
templates/contributors/list.html
patch
|
blob
|
blame
|
history
diff --git
a/templates/contributors/list.html
b/templates/contributors/list.html
index 0ffbb3ee78ae7a5e1921e43d719cb1bbcbdac626..4f6be52d4db9d951a0a82aeb30015420bdd6641c 100644
(file)
--- a/
templates/contributors/list.html
+++ b/
templates/contributors/list.html
@@
-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%}