diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 3824880ba2..a0c7b549ba 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -406,7 +406,7 @@ if ($_SESSION['userlevel'] >= '5' && ($app_count) > "0") foreach ($app_list as $app) { echo(' -
  • '.$app['app_type'].'
  • '); +
  • '.$app['app_type'].'
  • '); } ?>