]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 308351: The "General Preferences" tab has an extra <tr> - Patch by Frédéric Bucli...
authorlpsolit%gmail.com <>
Wed, 28 Sep 2005 05:02:30 +0000 (05:02 +0000)
committerlpsolit%gmail.com <>
Wed, 28 Sep 2005 05:02:30 +0000 (05:02 +0000)
template/en/default/account/prefs/settings.html.tmpl

index d116a291d82bc6acfbb3e729217ed05b6547f34a..a425dcac156e4a9773b8fa881219e230d0bb9239 100644 (file)
@@ -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' %]