diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2007-03-09 12:03:45 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2007-03-09 12:03:45 +0100 |
| commit | 99e37e09a5367be191d80e6c6849825f34b50905 (patch) | |
| tree | cf51c454a830f0b2879be4096cf60003804c1489 | |
| parent | cacf3f1d485d34d8b280ebb07e0fea43169ddc57 (diff) | |
outputFeedEntry: fix typo
| -rw-r--r-- | functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |