remove target= from catchupPage() link

master
Andrew Dolgov 19 years ago
parent ad507f8504
commit c7a8abe600

@ -1458,7 +1458,10 @@
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;
}

Loading…
Cancel
Save