diff --git a/backend.php b/backend.php index b1b9e61f1..95e461c2f 100644 --- a/backend.php +++ b/backend.php @@ -1458,7 +1458,10 @@ print ""; if ($feed_site_url) { - print "$feed_title"; + if (!$bottom) { + $target = "target=\"_blank\""; + } + print "$feed_title"; } else { print $feed_title; }