diff options
author | lpsolit%gmail.com <> | 2005-09-28 04:59:30 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-09-28 04:59:30 +0000 |
commit | 8a51d31aa29bc7e0b09adeb464354832afc9c853 (patch) | |
tree | b71bf9dede8b5e605ad789f5e4ba26d55f3a2177 /template | |
parent | Bug 308318: Can create a product without description but cannot remove an exi... (diff) | |
download | bugzilla-8a51d31aa29bc7e0b09adeb464354832afc9c853.tar.gz bugzilla-8a51d31aa29bc7e0b09adeb464354832afc9c853.tar.bz2 bugzilla-8a51d31aa29bc7e0b09adeb464354832afc9c853.zip |
Bug 308351: The "General Preferences" tab has an extra <tr> - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/account/prefs/settings.html.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/template/en/default/account/prefs/settings.html.tmpl b/template/en/default/account/prefs/settings.html.tmpl index d116a291d..a425dcac1 100644 --- a/template/en/default/account/prefs/settings.html.tmpl +++ b/template/en/default/account/prefs/settings.html.tmpl @@ -29,7 +29,6 @@ [% IF settings.size %] <table border="0" cellpadding="8"> - <tr> [% FOREACH name = setting_names %] [% IF settings.${name}.is_enabled %] [% default_name = name _ '-isdefault' %] |