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