diff options
Diffstat (limited to 'template/en/default/account/prefs/account.html.tmpl')
-rw-r--r-- | template/en/default/account/prefs/account.html.tmpl | 10 |
1 files changed, 5 insertions, 5 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> |