From 72c93e93a286e5bb1b6d0b2e798e5b623eb9250b Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 5 Sep 2015 20:00:34 -0700 Subject: [PATCH] RSS strip html comments from rss feed. --- e107_handlers/e_parse_class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_handlers/e_parse_class.php b/e107_handlers/e_parse_class.php index fc20438e7..0a09907d4 100644 --- a/e107_handlers/e_parse_class.php +++ b/e107_handlers/e_parse_class.php @@ -1971,8 +1971,8 @@ class e_parse extends e_parser $text = $this->toEmail($text); - $search = array("'", "$", "'", "$", e_BASE, "href='request.php"); - $replace = array("'", '$', "'", '$', SITEURL, "href='".SITEURL."request.php" ); + $search = array("'", "$", "'", "$", e_BASE, "href='request.php","",""); + $replace = array("'", '$', "'", '$', SITEURL, "href='".SITEURL."request.php", '', '' ); $text = str_replace($search, $replace, $text); // Fix any left-over '&'