From b713e3d489864d91bdb409fc4791cff404356fc2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 20 Jun 2004 20:04:28 +0000 Subject: - Patch #8617 by TDobes: changes all gifs to pngs for better consistency (and to get of proprietary formats). - Added forum-sticky.png. Made by Steven. --- modules/aggregator/aggregator.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/aggregator/aggregator.module') diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index d464c7aa1..f2d132c62 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/aggregator.module @@ -997,7 +997,7 @@ function theme_aggregator_block_item($item, $feed = 0) { global $user; if ($user->uid && module_exist('blog') && user_access('maintain personal blog')) { - $output .= '
'. l(''. t('blog it') .'', 'node/add/blog', array('title' => t('Comment on this news item in your personal blog.'), 'class' => 'blog-it'), "iid=$item->iid") .'
'; + $output .= '
'. l(''. t('blog it') .'', 'node/add/blog', array('title' => t('Comment on this news item in your personal blog.'), 'class' => 'blog-it'), "iid=$item->iid") .'
'; } // external link -- cgit v1.2.3