headlines subtoolbar: open feed url in new window

This commit is contained in:
Andrew Dolgov 2005-11-27 20:29:24 +01:00
parent ddb68b812c
commit 7c888fd9a7
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}