From: Andrew Dolgov Date: Mon, 27 Feb 2006 08:41:32 +0000 (+0100) Subject: remove target= from catchupPage() link X-Git-Tag: schema_freeze_for_1.1.4~36 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=c7a8abe600c1ff9b602e0a2e16de5ceade6ebf1b;p=tt-rss.git remove target= from catchupPage() link --- diff --git a/backend.php b/backend.php index b1b9e61f..95e461c2 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; }