outputHeadlinesList: do not show feed title inline in vfeeds
This commit is contained in:
parent
e4f7f8dff2
commit
af32a59aef
|
@ -5288,14 +5288,14 @@
|
||||||
|
|
||||||
print $labels_str;
|
print $labels_str;
|
||||||
|
|
||||||
if (!get_pref($link, 'VFEED_GROUP_BY_FEED')) {
|
/* if (!get_pref($link, 'VFEED_GROUP_BY_FEED')) {
|
||||||
if (@$line["feed_title"]) {
|
if (@$line["feed_title"]) {
|
||||||
print "<span class=\"hlFeed\">
|
print "<span class=\"hlFeed\">
|
||||||
(<a href=\"#\" onclick=\"viewfeed($feed_id)\">".
|
(<a href=\"#\" onclick=\"viewfeed($feed_id)\">".
|
||||||
$line["feed_title"]."</a>)
|
$line["feed_title"]."</a>)
|
||||||
</span>";
|
</span>";
|
||||||
}
|
}
|
||||||
}
|
} */
|
||||||
|
|
||||||
print "</td>";
|
print "</td>";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue