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.tmpl10
1 files changed, 5 insertions, 5 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 eb1abe746..eaabf7dc4 100644
--- a/template/en/default/account/password/set-forgotten-password.html.tmpl
+++ b/template/en/default/account/password/set-forgotten-password.html.tmpl
@@ -26,27 +26,27 @@
</p>
<form method="post" action="token.cgi">
- <input type="hidden" name="t" value="[% token FILTER html %]" />
- <input type="hidden" name="a" value="chgpw" />
+ <input type="hidden" name="t" value="[% token FILTER html %]">
+ <input type="hidden" name="a" value="chgpw">
<table>
<tr>
<th align="right">New Password:</th>
<td>
- <input type="password" name="password" size="16" maxlength="16" />
+ <input type="password" name="password" size="16" maxlength="16">
</td>
</tr>
<tr>
<th align="right">New Password Again:</th>
<td>
- <input type="password" name="matchpassword" size="16" maxlength="16" />
+ <input type="password" name="matchpassword" size="16" maxlength="16">
</td>
</tr>
<tr>
<th align="right">&nbsp;</th>
<td>
- <input type="submit" value="Submit" />
+ <input type="submit" value="Submit">
</td>
</tr>
</table>