diff options
-rw-r--r-- | packages/spamd_db.php | 8 |
1 files 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') { <br> <p><font size="-2"><b>Database totals:</b><br><font size="-3"><br> <?php - echo " {$whitelist_items} total items in the whitelist.<br>"; - echo " {$blacklist_items} total items in the blacklist.<br>"; - echo " {$spamdb_grey} total items in the greylist.<br>"; - echo " {$spamdb_items} total items in the SpamDB.<br>"; + echo "{$whitelist_items} total items in the whitelist.<br>"; + echo "{$blacklist_items} total items in the blacklist.<br>"; + echo "{$spamdb_grey} total items in the greylist.<br>"; + echo "{$spamdb_items} total items in the SpamDB.<br>"; ?> <?php include("fend.inc"); ?> </body> |