diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index e5960f451..19f8c43ae 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -655,7 +655,12 @@ background-image: linear-gradient(to bottom, #882222, #111111);; '; foreach($button['menuitems'] as $menuitem) { $content .= ' -
  • '.$menuitem['label'].'
  • +
  • '; } $content .= ' diff --git a/views/bootstrap4/class.Bootstrap4.php b/views/bootstrap4/class.Bootstrap4.php index 3dfe67b17..b38163fd7 100644 --- a/views/bootstrap4/class.Bootstrap4.php +++ b/views/bootstrap4/class.Bootstrap4.php @@ -660,7 +660,12 @@ background-image: linear-gradient(to bottom, #882222, #111111);; '; foreach($button['menuitems'] as $menuitem) { $content .= ' - '.$menuitem['label'].' + '; } $content .= '