diff --git a/flextype/core/Forms.php b/flextype/core/Forms.php index 1c8d962e..dd11d6ed 100644 --- a/flextype/core/Forms.php +++ b/flextype/core/Forms.php @@ -109,7 +109,7 @@ class Forms // Go through all sections and create nav tabs foreach ($fieldset['sections'] as $key => $section) { - $form .= '
'; + $form .= '
'; $form .= '
'; foreach ($section['fields'] as $element => $property) {