summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-27 20:29:24 +0100
committerAndrew Dolgov <[email protected]>2005-11-27 20:29:24 +0100
commit7c888fd9a7f2197de2d9f67bcc675fd1bb8402b8 (patch)
tree7a33b7919e50b97afcf9f1c2123c3ecea1d16a2d /backend.php
parentddb68b812c500db7029aba8656e41b880db6e6c9 (diff)
headlines subtoolbar: open feed url in new window
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index bcb1d5d5b..fb0c0cf5a 100644
--- a/backend.php
+++ b/backend.php
@@ -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;
}