mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 04:01:27 +00:00
fix viewing feed from category view
This commit is contained in:
@@ -491,7 +491,7 @@
|
||||
if ($line["feed_title"]) {
|
||||
print "<td class='hlContent'>$content_link</td>";
|
||||
print "<td class='hlFeed'>
|
||||
<a href='javascript:viewfeed($feed_id)'>".
|
||||
<a href=\"javascript:viewfeed($feed_id, '', false)\">".
|
||||
$line["feed_title"]."</a> </td>";
|
||||
} else {
|
||||
print "<td class='hlContent' valign='middle'>";
|
||||
|
||||
Reference in New Issue
Block a user