]> git.wh0rd.org Git - tt-rss.git/commitdiff
remove target= from catchupPage() link
authorAndrew Dolgov <fox@madoka.spb.ru>
Mon, 27 Feb 2006 08:41:32 +0000 (09:41 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Mon, 27 Feb 2006 08:41:32 +0000 (09:41 +0100)
backend.php

index b1b9e61f15c7c854ca36d0bab7ec8ad936c4dc02..95e461c2fb0c44c24eef16ed4ef01ff8f5e3f750 100644 (file)
                        print "<td class=\"headlineTitle\">";
                
                        if ($feed_site_url) {
-                               print "<a target=\"_blank\" href=\"$feed_site_url\">$feed_title</a>";
+                               if (!$bottom) {
+                                       $target = "target=\"_blank\"";
+                               }
+                               print "<a $target href=\"$feed_site_url\">$feed_title</a>";
                        } else {
                                print $feed_title;
                        }