remove target= from catchupPage() link
This commit is contained in:
parent
ad507f8504
commit
c7a8abe600
|
@ -1458,7 +1458,10 @@
|
||||||
print "<td class=\"headlineTitle\">";
|
print "<td class=\"headlineTitle\">";
|
||||||
|
|
||||||
if ($feed_site_url) {
|
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 {
|
} else {
|
||||||
print $feed_title;
|
print $feed_title;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue