diff options
author | Christopher Trom <chtrom@gmail.com> | 2012-12-02 19:56:17 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-12-02 19:56:17 +0100 |
commit | d8835285194163b3f2c99997668705daa40d2dd4 (patch) | |
tree | 059c1e4037c9b16e0337edb5323311295a3043ad /template/en/default/account/auth | |
parent | b3821a27575b9df948e7387b9499a020e4a2dd34 (diff) | |
download | bugzilla-d8835285194163b3f2c99997668705daa40d2dd4.tar.gz bugzilla-d8835285194163b3f2c99997668705daa40d2dd4.tar.xz |
Bug 547311: Remove the "align" attribute from <th>
r/a=LpSolit
Diffstat (limited to 'template/en/default/account/auth')
-rw-r--r-- | template/en/default/account/auth/login.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl index 0a8a3d3b8..33440b82f 100644 --- a/template/en/default/account/auth/login.html.tmpl +++ b/template/en/default/account/auth/login.html.tmpl @@ -29,14 +29,14 @@ [%- IF Bugzilla.cgi.param("data") %] enctype="multipart/form-data"[% END %]> <table> <tr> - <th align="right"><label for="Bugzilla_login">Login:</label></th> + <th><label for="Bugzilla_login">Login:</label></th> <td> <input size="35" id="Bugzilla_login" name="Bugzilla_login"> [% Param('emailsuffix') FILTER html %] </td> </tr> <tr> - <th align="right"><label for="Bugzilla_password">Password:</label></th> + <th><label for="Bugzilla_password">Password:</label></th> <td> <input type="password" size="35" id="Bugzilla_password" name="Bugzilla_password"> </td> |