program/steps/settings/edit_folder.inc | ●●●●● patch | view | raw | blame | history |
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";