From ef8735614fdc50ad1512027dcb1ea84f67becb3a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 16 Jun 2003 17:09:23 +0000 Subject: - Improvements: XHTML-ifications. Patch by GmbH. See feature #1813. --- 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 bed70896e..9da1b50d3 100644 --- a/modules/aggregator.module +++ b/modules/aggregator.module @@ -735,7 +735,7 @@ function import_page_blocks($blocks) { theme("header"); theme("box", t("News feeds"), import_page_info()); - print "\n"; + print "
\n"; print " \n"; for ($t = 0; $t < 3; $t++) { -- cgit v1.2.3