From 7c888fd9a7f2197de2d9f67bcc675fd1bb8402b8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 27 Nov 2005 20:29:24 +0100 Subject: [PATCH] headlines subtoolbar: open feed url in new window --- backend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend.php b/backend.php index bcb1d5d5b..fb0c0cf5a 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; }