summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-09 12:03:45 +0100
committerAndrew Dolgov <[email protected]>2007-03-09 12:03:45 +0100
commit99e37e09a5367be191d80e6c6849825f34b50905 (patch)
treecf51c454a830f0b2879be4096cf60003804c1489 /functions.php
parentcacf3f1d485d34d8b280ebb07e0fea43169ddc57 (diff)
outputFeedEntry: fix typo
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
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;