diff --git a/html/pages/routing/bgp.inc.php b/html/pages/routing/bgp.inc.php
index b5d9ac0fb7..6c231a6f34 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 9cfe02bf83..1f0946223c 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 22aa0c524e..7bd17860c4 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
-?>