summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-09-28 06:59:30 +0200
committerlpsolit%gmail.com <>2005-09-28 06:59:30 +0200
commit8a51d31aa29bc7e0b09adeb464354832afc9c853 (patch)
treeb71bf9dede8b5e605ad789f5e4ba26d55f3a2177 /template
parentb6004bbf18e311b9d9856d1c674092406454c6b0 (diff)
downloadbugzilla-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
Diffstat (limited to 'template')
-rw-r--r--template/en/default/account/prefs/settings.html.tmpl1
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' %]