mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 23:05:56 +00:00
fix feed reference in view mode for vfeeds
This commit is contained in:
@@ -629,7 +629,7 @@
|
||||
$marked_pic = "<img class='marked' src=\"../images/mark_unset.png\">";
|
||||
}
|
||||
|
||||
$content_link = "<a href=\"?go=view&id=$id&feed=$feed_id\">" .
|
||||
$content_link = "<a href=\"?go=view&id=$id&feed=$feed\">" .
|
||||
$line["title"] . "</a>";
|
||||
|
||||
if (get_pref($link, 'HEADLINES_SMART_DATE')) {
|
||||
|
||||
Reference in New Issue
Block a user