From aeecf4a97a8a5d4d7ba2f0c132a8dea0ab28db1d Mon Sep 17 00:00:00 2001 From: Markus Heberling Date: Mon, 9 Mar 2015 22:29:28 +0100 Subject: [PATCH] Fix display of icons in Devices menu bar --- html/includes/print-menubar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (' ');