diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-11-27 20:29:24 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-11-27 20:29:24 +0100 |
| commit | 7c888fd9a7f2197de2d9f67bcc675fd1bb8402b8 (patch) | |
| tree | 7a33b7919e50b97afcf9f1c2123c3ecea1d16a2d | |
| parent | ddb68b812c500db7029aba8656e41b880db6e6c9 (diff) | |
headlines subtoolbar: open feed url in new window
| -rw-r--r-- | backend.php | 2 |
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; } |