summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/password/set-forgotten-password.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/account/password/set-forgotten-password.html.tmpl')
-rw-r--r--template/en/default/account/password/set-forgotten-password.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/account/password/set-forgotten-password.html.tmpl b/template/en/default/account/password/set-forgotten-password.html.tmpl
index ff5114a25..76c4b3f53 100644
--- a/template/en/default/account/password/set-forgotten-password.html.tmpl
+++ b/template/en/default/account/password/set-forgotten-password.html.tmpl
@@ -18,7 +18,7 @@
<input type="hidden" name="a" value="chgpw">
<table>
<tr>
- <th align="right">New Password:</th>
+ <th>New Password:</th>
<td>
<input type="password" name="password">
(minimum [% constants.USER_PASSWORD_MIN_LENGTH FILTER none %] characters)
@@ -26,14 +26,14 @@
</tr>
<tr>
- <th align="right">New Password Again:</th>
+ <th>New Password Again:</th>
<td>
<input type="password" name="matchpassword">
</td>
</tr>
<tr>
- <th align="right">&nbsp;</th>
+ <th>&nbsp;</th>
<td>
<input type="submit" id="update" value="Submit">
</td>