diff --git a/html/pages/device/routing/bgp.inc.php b/html/pages/device/routing/bgp.inc.php index 89066142e..b31d2f069 100644 --- a/html/pages/device/routing/bgp.inc.php +++ b/html/pages/device/routing/bgp.inc.php @@ -126,7 +126,7 @@ foreach (dbFetchRows("SELECT * FROM `bgpPeers` WHERE `device_id` = ? ORDER BY `b $graph_type = "bgp_updates"; $peer_daily_url = "graph.php?id=" . $peer['bgpPeer_id'] . "&type=" . $graph_type . "&from=$day&to=$now&width=500&height=150"; - $peeraddresslink = "', LEFT".$config['overlib_defaults'].");\" onmouseout=\"return nd();\">" . $peer['bgpPeerIdentifier'] . ""; + $peeraddresslink = "', LEFT".$config['overlib_defaults'].");\" onmouseout=\"return nd();\">" . $peer['bgpPeerIdentifier'] . ""; echo(' diff --git a/html/pages/device/routing/ipsec_tunnels.inc.php b/html/pages/device/routing/ipsec_tunnels.inc.php index e800ece8b..61cf98341 100644 --- a/html/pages/device/routing/ipsec_tunnels.inc.php +++ b/html/pages/device/routing/ipsec_tunnels.inc.php @@ -13,7 +13,7 @@ $sep = ""; foreach ($menu_options as $option => $text) { if ($_GET['optd'] == $option) { echo(""); } - echo('' . $text + echo('' . $text . ''); if ($_GET['optd'] == $option) { echo(""); } echo(" | "); @@ -31,7 +31,7 @@ foreach ($graph_types as $type => $descr) { echo("$type_sep"); if ($_GET['opte'] == $type) { echo(""); } - echo(''.$descr.''); + echo(''.$descr.''); if ($_GET['opte'] == $type) { echo(""); } $type_sep = " | "; diff --git a/includes/polling/cisco-ipsec-flow-monitor.inc.php b/includes/polling/cisco-ipsec-flow-monitor.inc.php index e911386a0..76e813efc 100755 --- a/includes/polling/cisco-ipsec-flow-monitor.inc.php +++ b/includes/polling/cisco-ipsec-flow-monitor.inc.php @@ -1,6 +1,6 @@ \ No newline at end of file +?>