From f19eb5f6622f5d9073e5e7abc2f15e0a41184a52 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Wed, 13 Apr 2011 13:00:56 +0000 Subject: [PATCH] cosmetic fixes git-svn-id: http://www.observium.org/svn/observer/trunk@2074 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/pages/device/port.inc.php | 4 ++-- html/pages/device/ports.inc.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/html/pages/device/port.inc.php b/html/pages/device/port.inc.php index 344fc3d9d..67cadd612 100644 --- a/html/pages/device/port.inc.php +++ b/html/pages/device/port.inc.php @@ -93,9 +93,9 @@ if (mysql_result(mysql_query("SELECT count(*) FROM mac_accounting WHERE interfac if ($_GET['optb'] == "macaccounting" && $_GET['optc'] == "bits" && $_GET['optd'] == "thumbs") { echo(""); } echo('|'); if ($_GET['optb'] == "macaccounting" && $_GET['optc'] == "bits" && $_GET['optd'] == "top10") { echo(""); } - echo("Top10)"); + echo("Top10"); if ($_GET['optb'] == "macaccounting" && $_GET['optc'] == "bits" && $_GET['optd'] == "top10") { echo(""); } - echo(" | "); + echo(") | "); if ($_GET['optb'] == "macaccounting" && $_GET['optc'] == "pkts" && !$_GET['optd']) { echo(""); } echo("Packets"); if ($_GET['optb'] == "macaccounting" && $_GET['optc'] == "pkts" && !$_GET['optd']) { echo(""); } diff --git a/html/pages/device/ports.inc.php b/html/pages/device/ports.inc.php index 37d3d3f19..096c20d8a 100644 --- a/html/pages/device/ports.inc.php +++ b/html/pages/device/ports.inc.php @@ -26,7 +26,7 @@ foreach ($menu_options as $option => $text) unset($sep); -echo('Graphs: '); +echo(' | Graphs: '); $graph_types = array("bits" => "Bits", "upkts" => "Unicast Packets",