Aleksander Machniak
2013-10-14 c1bc8f6c827a27540b5510b42dcc65b39d38f2c1
program/steps/settings/edit_folder.inc
@@ -264,9 +264,12 @@
            $content = rcmail_get_form_part($tab, $attrib);
        }
        if ($content) {
        if ($content && sizeof($form) > 1) {
            $out .= html::tag('fieldset', null, html::tag('legend', null, Q($tab['name'])) . $content) ."\n";
        }
        else {
            $out .= $content ."\n";
        }
    }
    $out .= "\n$form_end";