From 8a4fe38ead4b07a4ee119320d451ed84faf9b440 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 27 Sep 2006 00:20:12 +0000 Subject: Bold critical data items such as date, up to date. --- packages/snort/snort_download_rules.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/snort/snort_download_rules.php') diff --git a/packages/snort/snort_download_rules.php b/packages/snort/snort_download_rules.php index 42bae3f0..4916bd3e 100644 --- a/packages/snort/snort_download_rules.php +++ b/packages/snort/snort_download_rules.php @@ -74,9 +74,9 @@ include("head.inc"); echo " "; echo ""; if($last_update_date) - echo ""; + echo ""; if($last_ruleset_download) - echo ""; + echo ""; echo "
Last snort.org rule update:{$last_update_date}
Last snort.org rule update:{$last_update_date}
You last updated the ruleset:{$last_ruleset_download}
You last updated the ruleset:{$last_ruleset_download}
"; echo " "; /* get time stamps for comparison operations */ @@ -86,7 +86,7 @@ include("head.inc"); if($date1ts > $date2ts or !$last_ruleset_download) echo "Press here to start download."; else - echo "Your snort rulesets are up to date."; + echo "Your snort rulesets are up to date."; echo " "; echo ""; echo " "; -- cgit v1.2.3