mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 23:41:29 +00:00
combined mode: make open linked articles in new window
This commit is contained in:
@@ -1455,7 +1455,7 @@
|
||||
|
||||
print "<div style=\"float : right\">$updated_fmt</div>";
|
||||
|
||||
print "<a href=\"".$line["link"]."\">".$line["title"]."</a>";
|
||||
print "<a target=\"new\" href=\"".$line["link"]."\">".$line["title"]."</a>";
|
||||
|
||||
if ($line["feed_title"]) {
|
||||
print " (<a href='javascript:viewfeed($feed_id)'>".$line["feed_title"]."</a>)";
|
||||
|
||||
Reference in New Issue
Block a user