diff options
Diffstat (limited to 'template/en/default/account/prefs')
5 files changed, 13 insertions, 13 deletions
diff --git a/template/en/default/account/prefs/account.html.tmpl b/template/en/default/account/prefs/account.html.tmpl index e1675c7fb..798bb8e40 100644 --- a/template/en/default/account/prefs/account.html.tmpl +++ b/template/en/default/account/prefs/account.html.tmpl @@ -36,8 +36,8 @@ <th align="right">Password:</th> <td> <input type="hidden" name="Bugzilla_login" - value="[% login FILTER html %]" /> - <input type="password" name="Bugzilla_password" /> + value="[% login FILTER html %]"> + <input type="password" name="Bugzilla_password"> </td> </tr> <tr> @@ -47,21 +47,21 @@ <tr> <th align="right">New password:</th> <td> - <input type="password" name="new_password1" /> + <input type="password" name="new_password1"> </td> </tr> <tr> <th align="right">Re-enter new password:</th> <td> - <input type="password" name="new_password2" /> + <input type="password" name="new_password2"> </td> </tr> <tr> <th align="right">Your real name (optional, but encouraged):</th> <td> - <input size="35" name="realname" value="[% realname FILTER html %]" /> + <input size="35" name="realname" value="[% realname FILTER html %]"> </td> </tr> diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl index f7d529c7c..da57a8713 100644 --- a/template/en/default/account/prefs/email.html.tmpl +++ b/template/en/default/account/prefs/email.html.tmpl @@ -35,7 +35,7 @@ [% IF Param('supportwatchers') %] <tr> <td colspan="4"> - <hr /> + <hr> </td> </tr> @@ -52,7 +52,7 @@ <tr> <th align="right">Users to watch:</th> <td> - <input size="35" name="watchedusers" value="[% watchedusers %]" /> + <input size="35" name="watchedusers" value="[% watchedusers %]"> </td> </tr> [% END %] @@ -68,7 +68,7 @@ </tr> </table> -<hr /> +<hr> <table> <tr> @@ -88,7 +88,7 @@ </tr> </table> -<hr /> +<hr> <b>Field/recipient specific options:</b> <br> <br> diff --git a/template/en/default/account/prefs/footer.html.tmpl b/template/en/default/account/prefs/footer.html.tmpl index ea5753f0e..77ebd1e3a 100644 --- a/template/en/default/account/prefs/footer.html.tmpl +++ b/template/en/default/account/prefs/footer.html.tmpl @@ -39,7 +39,7 @@ </td> </tr> - <input type="hidden" name="numqueries" value="[% queries.size %]" /> + <input type="hidden" name="numqueries" value="[% queries.size %]"> [% IF queries.size %] [% FOREACH query = queries %] <tr> @@ -56,7 +56,7 @@ </tr> <input type="hidden" name="name-[% loop.index %]" - value="[% query.name FILTER html %]" /> + value="[% query.name FILTER html %]"> [% END %] [% ELSE %] diff --git a/template/en/default/account/prefs/permissions.html.tmpl b/template/en/default/account/prefs/permissions.html.tmpl index 7ab7f1df9..15bca6deb 100644 --- a/template/en/default/account/prefs/permissions.html.tmpl +++ b/template/en/default/account/prefs/permissions.html.tmpl @@ -43,7 +43,7 @@ [% IF set_bits.size %] And you can turn on or off the following bits for - <a HREF="editusers.cgi">other users</a>: + <a href="editusers.cgi">other users</a>: <p> <ul> [% FOREACH bit_description = set_bits %] diff --git a/template/en/default/account/prefs/prefs.html.tmpl b/template/en/default/account/prefs/prefs.html.tmpl index 93f004dea..2a232f875 100644 --- a/template/en/default/account/prefs/prefs.html.tmpl +++ b/template/en/default/account/prefs/prefs.html.tmpl @@ -71,7 +71,7 @@ </td> [% ELSE %] <td align="center" bgcolor="#BBBBEE" class="unselected_tab"> - <a HREF="userprefs.cgi?tab=[% tab.name %]">[% tab.description %]</a> + <a href="userprefs.cgi?tab=[% tab.name %]">[% tab.description %]</a> </td> [% END %] [% END %] |