From 15fc311fc4236bdcf618e93a74bd606e293a2e01 Mon Sep 17 00:00:00 2001 From: jim-p Date: Wed, 19 Dec 2012 09:01:05 -0500 Subject: Fix stray DOS carriage return. --- usr/local/www/diag_tables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local') diff --git a/usr/local/www/diag_tables.php b/usr/local/www/diag_tables.php index af8e01c..b256766 100644 --- a/usr/local/www/diag_tables.php +++ b/usr/local/www/diag_tables.php @@ -160,7 +160,7 @@ include("fbegin.inc"); if( ($tablename == "bogons") || ($tablename == "bogonsv6") ) { $last_updated = exec('/usr/bin/grep -i -m 1 -E "^# last updated" /etc/' . escapeshellarg($tablename)); echo "

 $count " . gettext("entries in this table.") . "  " . " " . gettext(" the latest bogon data.") . "
" . "$last_updated"; - } + } else echo "

" . gettext("Delete") . " " . gettext("all") . " " . "$count " . gettext("entries in this table."); ?> -- cgit v1.1