1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 12:21:27 +00:00

outputHeadlinesList: do not show feed title inline in vfeeds

This commit is contained in:
Andrew Dolgov
2010-11-12 21:57:26 +03:00
parent e4f7f8dff2
commit af32a59aef

View File

@@ -5288,14 +5288,14 @@
print $labels_str;
if (!get_pref($link, 'VFEED_GROUP_BY_FEED')) {
/* if (!get_pref($link, 'VFEED_GROUP_BY_FEED')) {
if (@$line["feed_title"]) {
print "<span class=\"hlFeed\">
(<a href=\"#\" onclick=\"viewfeed($feed_id)\">".
$line["feed_title"]."</a>)
</span>";
}
}
} */
print "</td>";