diff options
author | bbaetz%student.usyd.edu.au <> | 2002-06-28 09:18:02 +0200 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-06-28 09:18:02 +0200 |
commit | d5f30d8dfda359d6761d164d3c650adf1716213b (patch) | |
tree | 4f2ee142ba674fa30f1b0f45781ed935e3b405d5 /template/en/default/account | |
parent | 0b729766ba6298c596b6f9e1e5452642306d5e3e (diff) | |
download | bugzilla-d5f30d8dfda359d6761d164d3c650adf1716213b.tar.gz bugzilla-d5f30d8dfda359d6761d164d3c650adf1716213b.tar.xz |
Bug 148488 - more HTML validation fixes
r=jouni, gerv
Diffstat (limited to 'template/en/default/account')
-rw-r--r-- | template/en/default/account/email/confirm.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/account/prefs/prefs.html.tmpl | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/template/en/default/account/prefs/prefs.html.tmpl b/template/en/default/account/prefs/prefs.html.tmpl index 2a232f875..d455b5b66 100644 --- a/template/en/default/account/prefs/prefs.html.tmpl +++ b/template/en/default/account/prefs/prefs.html.tmpl @@ -97,7 +97,7 @@ <h3>[% current_tab.description %]</h3> -<form method="post"> +<form method="post" action="userprefs.cgi"> <input type="hidden" name="tab" value="[% current_tab.name %]"> [% PROCESS "account/prefs/${current_tab.name}.html.tmpl" IF current_tab.name.defined %] |