diff --git a/html/includes/print-vlan.inc.php b/html/includes/print-vlan.inc.php
index abd3c1f07..29c0273d0 100644
--- a/html/includes/print-vlan.inc.php
+++ b/html/includes/print-vlan.inc.php
@@ -31,9 +31,9 @@ foreach ($vlan_ports as $port)
".$device['hostname']." - ".$port['ifDescr']."\
".$port['ifAlias']." \
-
\
+
\
', CENTER, LEFT, FGCOLOR, '#e5e5e5', BGCOLOR, '#e5e5e5', WIDTH, 400, HEIGHT, 150);\" onmouseout=\"return nd();\" >".
- "
+ "
".truncate(short_port_descr($port['ifAlias']), 22, '')."
");
diff --git a/html/includes/print-vrf.inc.php b/html/includes/print-vrf.inc.php
index 4548e6dd4..65c264ef4 100644
--- a/html/includes/print-vrf.inc.php
+++ b/html/includes/print-vrf.inc.php
@@ -19,9 +19,9 @@ foreach (dbFetchRows("SELECT * FROM ports WHERE `device_id` = ? AND `ifVrf` = ?"
".$device['hostname']." - ".$port['ifDescr']."\
".$port['ifAlias']." \
-
\
+
\
', CENTER, LEFT, FGCOLOR, '#e5e5e5', BGCOLOR, '#e5e5e5', WIDTH, 400, HEIGHT, 150);\" onmouseout=\"return nd();\" >".
- "
+ "
".truncate(short_port_descr($port['ifAlias']), 22, '')."
");
diff --git a/html/pages/device/port/macaccounting.inc.php b/html/pages/device/port/macaccounting.inc.php
index 4c8e67efd..639ec2ebc 100644
--- a/html/pages/device/port/macaccounting.inc.php
+++ b/html/pages/device/port/macaccounting.inc.php
@@ -34,73 +34,73 @@ if ($vars['subview'] == "top10")
-

+
@@ -151,9 +151,9 @@ if ($vars['subview'] == "top10")
".$addy['ipv4_address']." - ".$asn."
".$name." - ".$addy['ipv4_address']." - ".$asn."\
-
\
+
\
', CENTER, LEFT, FGCOLOR, '#e5e5e5', BGCOLOR, '#e5e5e5', WIDTH, 400, HEIGHT, 150);\" onmouseout=\"return nd();\" >
-
+
".$name."
");