Thomas Bruederli
2013-10-21 f06aa8058b7e32ba32d4551074b6e0b8a300f751
program/steps/settings/edit_prefs.inc
@@ -51,8 +51,13 @@
        if ($option['advanced'])
         $table->set_row_attribs('advanced');
        $table->add('title', $option['title']);
       $table->add(null, $option['content']);
        if (isset($option['title'])) {
          $table->add('title', $option['title']);
           $table->add(null, $option['content']);
        }
        else {
          $table->add(array('colspan' => 2), $option['content']);
        }
      }
      $out .= html::tag('fieldset', null, html::tag('legend', null, $block['name']) . $table->show($attrib));