diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2009-04-02 17:16:42 +1100 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2009-04-05 20:02:36 +1000 |
commit | f734a99ccbb6b1a793b04a0926944a0283f55334 (patch) | |
tree | 57b9c6dec3d2ef86ae82c084dc9f119a42510db8 /templates | |
parent | b42a41ecb729b0e4a6edb1ae47c555207dbc6214 (diff) | |
download | patchwork-f734a99ccbb6b1a793b04a0926944a0283f55334.tar patchwork-f734a99ccbb6b1a793b04a0926944a0283f55334.tar.gz |
templates: close table cell in project maintainer list
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/patchwork/project.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/patchwork/project.html b/templates/patchwork/project.html index 49ceb57..2d63d1d 100644 --- a/templates/patchwork/project.html +++ b/templates/patchwork/project.html @@ -22,6 +22,7 @@ <<a href="mailto:{{maintainer.email}}">{{maintainer.email}}</a>> <br /> {% endfor %} + </td> </tr> <tr> <th>Patch count</th> |