mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-08 08:51:33 +00:00
viewfeed() call in multifeed display
This commit is contained in:
@@ -719,7 +719,8 @@
|
||||
|
||||
if ($line["feed_title"]) {
|
||||
print "<td width='50%'>$content_link</td>";
|
||||
print "<td width='20%'>".$line["feed_title"]."</td>";
|
||||
print "<td width='20%'>
|
||||
<a href='javascript:viewfeed($feed_id)'>".$line["feed_title"]."</a></td>";
|
||||
} else {
|
||||
print "<td width='70%'>$content_link</td>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user