1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Issue #6 Removed HTML from RSS_LAN_ERROR_1 and RSS_LAN_ERROR_3

This commit is contained in:
Cameron
2015-09-13 11:24:22 -07:00
parent d73fed0ed6
commit 4d4ab7653d
2 changed files with 5 additions and 3 deletions

View File

@@ -135,7 +135,9 @@ if(!$sql->select('rss', '*', "rss_class!=2 AND rss_url='".$content_type."' ".$ch
if(!$sql->select('rss', '*', "rss_class!=2 AND rss_url='".$content_type."' ".$check_topic." AND rss_limit>0 "))
{
require_once(HEADERF);
$ns->tablerender('', RSS_LAN_ERROR_1);
$repl = array("<a href='".e_REQUEST_SELF."'>", "</a>");
$message = str_replace(array("[","]"), $repl, RSS_LAN_ERROR_1);
$ns->tablerender('', $message);
require_once(FOOTERF);
exit;
}