diff --git a/flextype/Fieldsets.php b/flextype/Fieldsets.php index 55187844..b174f12c 100644 --- a/flextype/Fieldsets.php +++ b/flextype/Fieldsets.php @@ -54,7 +54,7 @@ class Fieldsets foreach ($fieldset['sections'] as $key => $section) { - $form .= '
'; + $form .= '
'; $form .= '
'; foreach ($section['fields'] as $element => $property) {