diff --git a/src/UI/Elm/Bootstrap.php b/src/UI/Elm/Bootstrap.php index e7aa9af..d5712c6 100644 --- a/src/UI/Elm/Bootstrap.php +++ b/src/UI/Elm/Bootstrap.php @@ -25,7 +25,7 @@ public function init(Form $form) array_splice($dependScript, 2, 0, [ '', '', - '', + '', ]); $form->setDependScript($dependScript); diff --git a/src/UI/Iview/Bootstrap.php b/src/UI/Iview/Bootstrap.php index 943477d..3e4ff90 100644 --- a/src/UI/Iview/Bootstrap.php +++ b/src/UI/Iview/Bootstrap.php @@ -37,13 +37,13 @@ public function init(Form $form) array_splice($dependScript, 2, 0, [ '', '', - '', + '', ]); } else { array_splice($dependScript, 2, 0, [ '', '', - '', + '', ]); }