From a448f5a9b46c5a5e5bcd64072a420bef33161a44 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 8 Jun 2003 16:50:05 +0000 Subject: - Charset simpliciations. Patch #46 by Al. --- modules/aggregator.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/aggregator.module') diff --git a/modules/aggregator.module b/modules/aggregator.module index d7916491c..9eb9b1aa1 100644 --- a/modules/aggregator.module +++ b/modules/aggregator.module @@ -706,7 +706,7 @@ function import_page_fd() { $result = db_query("SELECT * FROM feed ORDER BY title"); - $output .= "\n\n"; + $output .= "\n\n"; $output .= "\n\n"; while ($feed = db_fetch_object($result)) { -- cgit v1.2.3