From 848759796d3f56be6b76009847a45084750448db Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 5 Nov 2019 11:01:17 +0300 Subject: [PATCH] fix(core): fix state of active tabs for all generated forms #276 --- flextype/core/Forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {