summaryrefslogtreecommitdiff
path: root/modules/aggregator/aggregator.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/aggregator/aggregator.module')
-rw-r--r--modules/aggregator/aggregator.module6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module
index dd3a14f5a..5791a9358 100644
--- a/modules/aggregator/aggregator.module
+++ b/modules/aggregator/aggregator.module
@@ -601,7 +601,7 @@ function theme_aggregator_block_item($item, $feed = 0) {
// Display the external link to the item.
return '<a href="' . check_url($item->link) . '">' . check_plain($item->title) . "</a>\n";
-
+
}
/**
@@ -618,10 +618,10 @@ function aggregator_filter_xss($value) {
/**
* Check and sanitize aggregator configuration.
- *
+ *
* Goes through all fetchers, parsers and processors and checks whether they are available.
* If one is missing resets to standard configuration.
- *
+ *
* @return
* TRUE if this function reset the configuration FALSE if not.
*/