From f422ad73b7d2db663d763417fb36b6bfb29904cf Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 15 Jul 2008 22:31:24 +0000 Subject: Align totals column. --- packages/spamd_db.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/spamd_db.php b/packages/spamd_db.php index 5acc093f..112fdd71 100644 --- a/packages/spamd_db.php +++ b/packages/spamd_db.php @@ -447,10 +447,10 @@ if (typeof getURL == 'undefined') {

Database totals:

"; - echo "  {$blacklist_items} total items in the blacklist.
"; - echo "  {$spamdb_grey} total items in the greylist.
"; - echo "  {$spamdb_items} total items in the SpamDB.
"; + echo "{$whitelist_items} total items in the whitelist.
"; + echo "{$blacklist_items} total items in the blacklist.
"; + echo "{$spamdb_grey} total items in the greylist.
"; + echo "{$spamdb_items} total items in the SpamDB.
"; ?> -- cgit v1.2.3