Skip to content

Commit

Permalink
Update rss.php
Browse files Browse the repository at this point in the history
  • Loading branch information
yesszus authored Sep 30, 2018
1 parent d929874 commit c7f3360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e107_plugins/rss_menu/rss.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
if(!$sql->select('rss', '*', "rss_class!=2 AND rss_url='".$content_type."' ".$check_topic." AND rss_limit>0 "))
{
require_once(HEADERF);
$repl = array("<a href='".e_REQUEST_SELF."'>", "</a>");
$repl = array("<br /><br /><a href='".e_REQUEST_SELF."'>", "</a>");
$message = str_replace(array("[","]"), $repl, RSS_LAN_ERROR_1);
$ns->tablerender('', $message);
require_once(FOOTERF);
Expand Down Expand Up @@ -809,4 +809,4 @@ function nospam($text)
$tmp = explode("@",$text);
return ($tmp[0] != "") ? $tmp[0].RSS_LAN_2 : RSS_LAN_3;
}
} // End class rssCreate
} // End class rssCreate

0 comments on commit c7f3360

Please sign in to comment.