From 712adaf673ea2f0e3d5a10c5024d22b13beed0b6 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 7 Oct 2006 05:08:06 +0000 Subject: We now have 3 columns, increase colspan. --- packages/snort/snort_blocked.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages') diff --git a/packages/snort/snort_blocked.php b/packages/snort/snort_blocked.php index 3f2f8a9c..82d7622f 100644 --- a/packages/snort/snort_blocked.php +++ b/packages/snort/snort_blocked.php @@ -98,9 +98,9 @@ include("head.inc"); echo "\n"; } if($counter < 1) - echo "\nThere are currently no items being blocked by snort."; + echo "\nThere are currently no items being blocked by snort."; else - echo "\n{$counter} items listed."; + echo "\n{$counter} items listed."; ?> -- cgit v1.2.3