mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 16:31:28 +00:00
headlines subtoolbar: open feed url in new window
This commit is contained in:
@@ -937,7 +937,7 @@
|
||||
print "<td class=\"headlineTitle\">";
|
||||
|
||||
if ($feed_site_url) {
|
||||
print "<a href=\"$feed_site_url\">$feed_title</a>";
|
||||
print "<a target=\"_blank\" href=\"$feed_site_url\">$feed_title</a>";
|
||||
} else {
|
||||
print $feed_title;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user