mirror of
https://github.com/e107inc/e107.git
synced 2025-08-14 02:24:08 +02:00
@@ -841,7 +841,7 @@ class e_parse extends e_parser
|
||||
{
|
||||
$text = stripslashes($text);
|
||||
}
|
||||
return str_replace(array("'", '"', "<", ">", '+'), array("'", """, "<", ">", '%2B'), $text);
|
||||
return str_replace(array("'", '"', "<", ">"), array("'", """, "<", ">"), $text);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user