]> git.wh0rd.org Git - tt-rss.git/commitdiff
headlines subtoolbar: open feed url in new window
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 27 Nov 2005 19:29:24 +0000 (20:29 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 27 Nov 2005 19:29:24 +0000 (20:29 +0100)
backend.php

index bcb1d5d5b1c66375906817390532104cbd7cae0b..fb0c0cf5aef2a61ff2ff901c139621359926ed1e 100644 (file)
                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;
                }