1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-10 15:14:20 +02:00

Merge pull request #102 from flextype/scrutinizer-patch-2

Scrutinizer Auto-Fixes
This commit is contained in:
Sergey Romanenko
2019-02-23 00:37:17 +03:00
committed by GitHub

View File

@@ -54,7 +54,7 @@ class Fieldsets
foreach ($fieldset['sections'] as $key => $section) {
$form .= '<div class="tab-pane fade show '.(($key == 'main') ? 'active' : '').'" id="pills-'.$key.'" role="tabpanel" aria-labelledby="pills-'.$key.'-tab">';
$form .= '<div class="tab-pane fade show ' . (($key == 'main') ? 'active' : '') . '" id="pills-' . $key . '" role="tabpanel" aria-labelledby="pills-' . $key . '-tab">';
$form .= '<div class="row">';
foreach ($section['fields'] as $element => $property) {