1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 14:35:55 +00:00

outputFeedEntry: fix typo

This commit is contained in:
Andrew Dolgov
2007-03-09 12:03:45 +01:00
parent cacf3f1d48
commit 99e37e09a5

View File

@@ -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;