diff --git a/html/pages/device/ports.inc.php b/html/pages/device/ports.inc.php
index 56d3ee5426..9a009bec00 100644
--- a/html/pages/device/ports.inc.php
+++ b/html/pages/device/ports.inc.php
@@ -103,9 +103,11 @@ if ($vars['view'] == 'minigraphs') {
echo "
\
+ \
+
".$device['hostname'].' - '.$port['ifDescr'].'
\
'.$port['ifAlias']." \
![](\'graph.php?type=".$graph_type.'&id='.$port['port_id'].'&from='.$from.'&to='.$config['time']['now']."&width=450&height=150\')
\
+
\
', CENTER, LEFT, FGCOLOR, '#e5e5e5', BGCOLOR, '#e5e5e5', WIDTH, 400, HEIGHT, 150);\" onmouseout=\"return nd();\" >"."
".truncate(short_port_descr($port['ifAlias']), 32, '').'
diff --git a/html/pages/routing/bgp.inc.php b/html/pages/routing/bgp.inc.php
index 3268715ec5..d70555c030 100644
--- a/html/pages/routing/bgp.inc.php
+++ b/html/pages/routing/bgp.inc.php
@@ -266,7 +266,7 @@ else {
$peer_ip = $peer['bgpLocalAddr'];
}
- $localaddresslink = "', LEFT".$config['overlib_defaults'].');" onmouseout="return nd();">'.$peer_ip.'';
+ $localaddresslink = "
', LEFT".$config['overlib_defaults'].');" onmouseout="return nd();">'.$peer_ip.'';
$graph_type = 'bgp_updates';
$peer_daily_url = 'graph.php?id='.$peer['bgpPeer_id'].'&type='.$graph_type.'&from='.$config['time']['day'].'&to='.$config['time']['now'].'&width=500&height=150';
@@ -277,7 +277,7 @@ else {
$peer_ident = $peer['bgpPeerIdentifier'];
}
- $peeraddresslink = "', LEFT".$config['overlib_defaults'].');" onmouseout="return nd();">'.$peer_ident.'';
+ $peeraddresslink = "
', LEFT".$config['overlib_defaults'].');" onmouseout="return nd();">'.$peer_ident.'';
echo '';