From: Andrew Dolgov Date: Sun, 27 Nov 2005 19:29:24 +0000 (+0100) Subject: headlines subtoolbar: open feed url in new window X-Git-Tag: schema_feature_freeze_for_1.1~57 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=7c888fd9a7f2197de2d9f67bcc675fd1bb8402b8;p=tt-rss.git headlines subtoolbar: open feed url in new window --- diff --git a/backend.php b/backend.php index bcb1d5d5..fb0c0cf5 100644 --- a/backend.php +++ b/backend.php @@ -937,7 +937,7 @@ print ""; if ($feed_site_url) { - print "$feed_title"; + print "$feed_title"; } else { print $feed_title; }