summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/prefs/account.html.tmpl
diff options
context:
space:
mode:
authormyk%mozilla.org <>2002-05-22 02:53:03 +0200
committermyk%mozilla.org <>2002-05-22 02:53:03 +0200
commitf3b6e880a28c2f7fbe62702f5557f8b32fc10ca0 (patch)
treef9bfe5602af8c65ca6045dd499a48a474e8d9804 /template/en/default/account/prefs/account.html.tmpl
parent58d6d1b7eaf00f9548a5d4bd188dfe65b32cb982 (diff)
downloadbugzilla-f3b6e880a28c2f7fbe62702f5557f8b32fc10ca0.tar.gz
bugzilla-f3b6e880a28c2f7fbe62702f5557f8b32fc10ca0.tar.xz
Fix for bug 47251: Make HTML output HTML 4.01 Transitional compliant.
Patch by mental <xor@ivwnet.com>. r=justdave,myk
Diffstat (limited to 'template/en/default/account/prefs/account.html.tmpl')
-rw-r--r--template/en/default/account/prefs/account.html.tmpl10
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>