summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2004-03-19 01:08:52 +0100
committertimeless%mozdev.org <>2004-03-19 01:08:52 +0100
commit0e69fcfbe9fa212c16cae1fcf0d02641039d3347 (patch)
treef522f72c6c7a69a5d2f2ddcac31a6af44849edc8 /template
parent2c18697deafa2b37b4311e5c434f985193c5cddd (diff)
downloadbugzilla-0e69fcfbe9fa212c16cae1fcf0d02641039d3347.tar.gz
bugzilla-0e69fcfbe9fa212c16cae1fcf0d02641039d3347.tar.xz
Bug 237513 Change password uses semi empty <th>
r=kiko a=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/account/email/confirm.html.tmpl2
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 9ae17493b..232d8b3b7 100644
--- a/template/en/default/account/email/confirm.html.tmpl
+++ b/template/en/default/account/email/confirm.html.tmpl
@@ -39,7 +39,7 @@
<td><input type="text" name="email" size="36"></td>
</tr>
<tr>
- <th align="right"> </th>
+ <th align="right">&nbsp;</th>
<td><input type="submit" value="Submit"></td>
</tr>
</table>