diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 61116e193e..f7ad15c98e 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -275,7 +275,7 @@ if ($_SESSION['userlevel'] >= '5') { } foreach ($config['custom_descr'] as $custom_type) { if (!empty($custom_type)) { - echo '
  • ' . ucfirst($custom_type) . '
  • '; + echo '
  • ' . ucfirst($custom_type) . '
  • '; $ifbreak = 1; } }