diff options
author | lpsolit%gmail.com <> | 2005-09-28 06:59:30 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-09-28 06:59:30 +0200 |
commit | 8a51d31aa29bc7e0b09adeb464354832afc9c853 (patch) | |
tree | b71bf9dede8b5e605ad789f5e4ba26d55f3a2177 | |
parent | b6004bbf18e311b9d9856d1c674092406454c6b0 (diff) | |
download | bugzilla-8a51d31aa29bc7e0b09adeb464354832afc9c853.tar.gz bugzilla-8a51d31aa29bc7e0b09adeb464354832afc9c853.tar.xz |
Bug 308351: The "General Preferences" tab has an extra <tr> - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
-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' %] |