From 2edb978db35e3840a77b28f75abb666f0228870f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 15 Jun 2003 19:41:15 +0000 Subject: - Bugfix: fixed glitch with "blog it" images. Patch #15 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 2b80d20c9..bed70896e 100644 --- a/modules/aggregator.module +++ b/modules/aggregator.module @@ -71,7 +71,7 @@ function import_format_item($item, $feed = 0) { global $user; if ($user->uid && user_access("maintain personal blog")) { - $output .= "
". l("\"".", "node/add/blog&iid=$item->iid", array("title" => t("Comment on this news item in your personal blog."), "class" => "blog-it")) ."
"; + $output .= "
". l("\"".", "node/add/blog&iid=$item->iid", array("title" => t("Comment on this news item in your personal blog."), "class" => "blog-it")) ."
"; } // external link -- cgit v1.2.3