From 477654da47e20a35541a02f6b59a69ae7f4b4df2 Mon Sep 17 00:00:00 2001 From: "Neriberto C.Prado" Date: Wed, 30 Jun 2010 07:09:22 -0300 Subject: [PATCH] Review of diag_ping.php --- usr/local/www/diag_ping.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/diag_ping.php b/usr/local/www/diag_ping.php index a7bce2e846..602846c8bc 100755 --- a/usr/local/www/diag_ping.php +++ b/usr/local/www/diag_ping.php @@ -121,7 +121,7 @@ include("head.inc"); ?> "; - echo "" . gettext("Ping output") . ":
"); + echo "" . gettext("Ping output") . ":
"; echo('
');
 					$ifaddr = get_interface_ip($interface);
 					if ($ifaddr)