From 05a52039e0fe5c31a85a847107db79bbbe6b8a6f Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 23 Jul 2013 14:00:50 -0300 Subject: Fix unclosed --- config/openbgpd/openbgpd_status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/openbgpd') diff --git a/config/openbgpd/openbgpd_status.php b/config/openbgpd/openbgpd_status.php index 2ae69956..8da1d7ae 100644 --- a/config/openbgpd/openbgpd_status.php +++ b/config/openbgpd/openbgpd_status.php @@ -70,7 +70,7 @@ function doCmdT($title, $command) { } pclose($fd); } - echo "\n"; + echo "\n"; echo "\n"; } -- cgit v1.2.3