diff options
author | timeless%mozdev.org <> | 2004-03-19 01:08:52 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2004-03-19 01:08:52 +0100 |
commit | 0e69fcfbe9fa212c16cae1fcf0d02641039d3347 (patch) | |
tree | f522f72c6c7a69a5d2f2ddcac31a6af44849edc8 | |
parent | 2c18697deafa2b37b4311e5c434f985193c5cddd (diff) | |
download | bugzilla-0e69fcfbe9fa212c16cae1fcf0d02641039d3347.tar.gz bugzilla-0e69fcfbe9fa212c16cae1fcf0d02641039d3347.tar.xz |
Bug 237513 Change password uses semi empty <th>
r=kiko a=justdave
-rw-r--r-- | template/en/default/account/email/confirm.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/email/confirm.html.tmpl b/template/en/default/account/email/confirm.html.tmpl index 9ae17493b..232d8b3b7 100644 --- a/template/en/default/account/email/confirm.html.tmpl +++ b/template/en/default/account/email/confirm.html.tmpl @@ -39,7 +39,7 @@ <td><input type="text" name="email" size="36"></td> </tr> <tr> - <th align="right"> </th> + <th align="right"> </th> <td><input type="submit" value="Submit"></td> </tr> </table> |