From 8cd558b61b9c24ee109993d8e76ddc4870ffa4fa Mon Sep 17 00:00:00 2001 From: ayvis Date: Fri, 14 Mar 2014 21:24:03 +0100 Subject: xhtml Compliance replaced
,
and
with
--- usr/local/www/status_gateways.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 usr/local/www/status_gateways.php (limited to 'usr/local/www/status_gateways.php') diff --git a/usr/local/www/status_gateways.php b/usr/local/www/status_gateways.php old mode 100755 new mode 100644 index ffe1458..40ef01a --- a/usr/local/www/status_gateways.php +++ b/usr/local/www/status_gateways.php @@ -141,7 +141,7 @@ include("head.inc"); echo "
 $online 
"; $lastchange = $gateways_status[$gname]['lastcheck']; if(!empty($lastchange)) { - echo gettext("Last check:") . '
' . $lastchange; + echo gettext("Last check:") . '
' . $lastchange; } echo "
"; ?> -- cgit v1.1