diff --git a/html/pages/routing/bgp.inc.php b/html/pages/routing/bgp.inc.php
index b5d9ac0fb..6c231a6f3 100644
--- a/html/pages/routing/bgp.inc.php
+++ b/html/pages/routing/bgp.inc.php
@@ -258,4 +258,3 @@ else
echo("");
}
-?>
diff --git a/includes/discovery/bgp-peers.inc.php b/includes/discovery/bgp-peers.inc.php
index 9cfe02bf8..1f0946223 100644
--- a/includes/discovery/bgp-peers.inc.php
+++ b/includes/discovery/bgp-peers.inc.php
@@ -240,4 +240,3 @@ if ($config['enable_bgp'])
echo("\n");
}
-?>
diff --git a/includes/polling/bgp-peers.inc.php b/includes/polling/bgp-peers.inc.php
index 22aa0c524..7bd17860c 100644
--- a/includes/polling/bgp-peers.inc.php
+++ b/includes/polling/bgp-peers.inc.php
@@ -334,4 +334,3 @@ if ($config['enable_bgp'])
} // End While loop on peers
} // End check for BGP support
-?>