diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index 888912e6c..c04c73af6 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -563,7 +563,11 @@ background-image: linear-gradient(to bottom, #882222, #111111);; echo " ".$menuitem['label']." \n"; echo " \n"; } else { diff --git a/views/bootstrap4/class.Bootstrap4.php b/views/bootstrap4/class.Bootstrap4.php index c4fc9c16f..e499f4587 100644 --- a/views/bootstrap4/class.Bootstrap4.php +++ b/views/bootstrap4/class.Bootstrap4.php @@ -378,7 +378,11 @@ background-image: linear-gradient(to bottom, #882222, #111111);; echo " ".$menuitem['label']."\n"; echo "
\n"; foreach($menuitem['children'] as $submenuitem) { - echo " ".$submenuitem['label']."\n"; + echo " ".$submenuitem['label']."\n"; } echo "
\n"; } else {