From 99e37e09a5367be191d80e6c6849825f34b50905 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 9 Mar 2007 12:03:45 +0100 Subject: outputFeedEntry: fix typo --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 05232d513..3858084ec 100644 --- a/functions.php +++ b/functions.php @@ -3082,7 +3082,7 @@ } printFeedEntry($feed_id, $class, $feed, $unread, - ICONS_DIR."$feed_id.ico", $link, $rtl_content, + ICONS_DIR."/$feed_id.ico", $link, $rtl_content, $last_updated, $line["last_error"]); ++$lnum; -- cgit v1.2.3