diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-05 07:51:19 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-05 07:51:19 -0700 |
commit | 5f47271e3216c0a3c533174d8ff0937f9947584e (patch) | |
tree | de41b6924d45aaf6186f76bd2ee0dbdbb71aa546 /modules/akismet/views | |
parent | 81d39a9bb15577b0c8a59b2b14fd27fb1b7d26d9 (diff) |
Remove tabs as whitespace
Diffstat (limited to 'modules/akismet/views')
-rw-r--r-- | modules/akismet/views/admin_akismet.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/akismet/views/admin_akismet.html.php b/modules/akismet/views/admin_akismet.html.php index cc5e3cfc..410902a5 100644 --- a/modules/akismet/views/admin_akismet.html.php +++ b/modules/akismet/views/admin_akismet.html.php @@ -3,8 +3,8 @@ <h1> <?= t("Akismet Spam Filtering") ?> </h1> <p> <?= t("Akismet is a free, automated spam filtering service. In order to use it, you need to sign up for a <a href=\"%api_key_url\">Wordpress.com API Key</a>, which is also free. Your comments will be automatically relayed to <a href=\"%akismet_url\">Akismet.com</a> where they'll be scanned for spam. Spam messages will be flagged accordingly and hidden from your vistors until you approve or delete them.", - array("api_key_url" => "http://wordpress.com/api-keys", - "akismet_url" => "http://akismet.com")) ?> + array("api_key_url" => "http://wordpress.com/api-keys", + "akismet_url" => "http://akismet.com")) ?> </p> <? if ($valid_key): ?> |