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(" | ");
+ echo(") | ");
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",