From b7e0c930a410c10c382dce072d73b9dfa6d5ebb6 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Fri, 16 Sep 2011 09:39:15 +0000 Subject: [PATCH] fix links in dropdown for device types git-svn-id: http://www.observium.org/svn/observer/trunk@2479 61d68cd4-352d-0410-923a-c4978735b2b8 --- 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 e44295ef1..e33da7437 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -79,7 +79,7 @@ foreach (dbFetchRows("SELECT * FROM `devices`") as $device) foreach ($config['device_types'] as $devtype) { - echo('
  • ' . $devtype['text'] . '
  • '); + echo('
  • ' . $devtype['text'] . '
  • '); } ?>