diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 42c7ac3b8..0fc7f6c6f 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -86,7 +86,7 @@ foreach (dbFetchRows('SELECT `type`,COUNT(`type`) AS total_type FROM `devices` A if (empty($devtype['type'])) { $devtype['type'] = 'Generic'; } - echo('
  • ' . ucfirst($devtype['type']) . '
  • '); + echo('
  • ' . ucfirst($devtype['type']) . '
  • '); } echo (' ');