mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:25:56 +00:00
fix some remaining old-style viewfeed() calls
This commit is contained in:
@@ -88,7 +88,7 @@ class Af_Psql_Trgm extends Plugin {
|
||||
print " <a target=\"_blank\" href=\"$article_link\">".
|
||||
$line["title"]."</a>";
|
||||
|
||||
print " (<a href=\"#\" onclick=\"viewfeed(".$line["feed_id"].")\">".
|
||||
print " (<a href=\"#\" onclick=\"viewfeed({feed:".$line["feed_id"]."})\">".
|
||||
htmlspecialchars($line["feed_title"])."</a>)";
|
||||
|
||||
print " <span class='insensitive'>($sm)</span>";
|
||||
|
||||
Reference in New Issue
Block a user