From 4b805dbe77242f1c1babf5fd8678ddee8bc513dc Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 14 Mar 2009 20:38:50 -0400 Subject: Break before last
--- usr/local/www/widgets/widgets/rss.widget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/widgets') diff --git a/usr/local/www/widgets/widgets/rss.widget.php b/usr/local/www/widgets/widgets/rss.widget.php index 2c6ef7c..cd63e1a 100644 --- a/usr/local/www/widgets/widgets/rss.widget.php +++ b/usr/local/www/widgets/widgets/rss.widget.php @@ -102,10 +102,10 @@ if(!$max_items) $content = strip_tags($content); echo textLimit($content, 140) . "
"; echo "Source: " . $feed->get_title() . "
"; - echo "
"; $counter++; if($counter > $max_items) break; + echo "
"; } ?> -- cgit v1.1