diff options
author | lpsolit%gmail.com <> | 2005-12-12 11:23:44 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-12-12 11:23:44 +0100 |
commit | 71c304a89ea2016a79f1cc28172aa524223dd97c (patch) | |
tree | f675873b3d0bc15e8eb677f23392235a77df4c3e | |
parent | 143f128b69a56fd3e69ff50359972f94d90c6a41 (diff) | |
download | bugzilla-71c304a89ea2016a79f1cc28172aa524223dd97c.tar.gz bugzilla-71c304a89ea2016a79f1cc28172aa524223dd97c.tar.xz |
Bug 313430: Bug numbers in 'My Votes' are mis-aligned...way off to right - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
-rw-r--r-- | template/en/default/bug/votes/list-for-user.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/votes/list-for-user.html.tmpl b/template/en/default/bug/votes/list-for-user.html.tmpl index c6135a752..85d25f9a2 100644 --- a/template/en/default/bug/votes/list-for-user.html.tmpl +++ b/template/en/default/bug/votes/list-for-user.html.tmpl @@ -120,7 +120,7 @@ [% bug.count %] [% END %] </a></td> - <td align="right"> + <td align="center"> [% isclosed = !bug.opened %] <a href="show_bug.cgi?id=[% bug.id %]"> [% bug.id FILTER closed(isclosed) %]</a> |