diff options
author | bbaetz%student.usyd.edu.au <> | 2002-06-28 07:18:02 +0000 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-06-28 07:18:02 +0000 |
commit | d5f30d8dfda359d6761d164d3c650adf1716213b (patch) | |
tree | 4f2ee142ba674fa30f1b0f45781ed935e3b405d5 /template/en/default/account/email | |
parent | 0b729766ba6298c596b6f9e1e5452642306d5e3e (diff) | |
download | bugs-d5f30d8dfda359d6761d164d3c650adf1716213b.tar bugs-d5f30d8dfda359d6761d164d3c650adf1716213b.tar.gz bugs-d5f30d8dfda359d6761d164d3c650adf1716213b.tar.bz2 bugs-d5f30d8dfda359d6761d164d3c650adf1716213b.tar.xz bugs-d5f30d8dfda359d6761d164d3c650adf1716213b.zip |
Bug 148488 - more HTML validation fixes
r=jouni, gerv
Diffstat (limited to 'template/en/default/account/email')
-rw-r--r-- | template/en/default/account/email/confirm.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/email/confirm.html.tmpl b/template/en/default/account/email/confirm.html.tmpl index 140c54e0d..0b1ea5334 100644 --- a/template/en/default/account/email/confirm.html.tmpl +++ b/template/en/default/account/email/confirm.html.tmpl @@ -35,7 +35,7 @@ <table> <tr> <th align="right">Old Email Address:</th> - <td><input type="input" name="email" size="36"></td> + <td><input type="text" name="email" size="36"></td> </tr> <tr> <th align="right"> </th> |