diff --git a/e107_handlers/e_parse_class.php b/e107_handlers/e_parse_class.php index 2e3edefec..cbbeccd33 100644 --- a/e107_handlers/e_parse_class.php +++ b/e107_handlers/e_parse_class.php @@ -2474,6 +2474,7 @@ class e_parser $doc = $this->domObj; $doc->preserveWhiteSpace = true; + libxml_use_internal_errors(true); $doc->loadHTML($html); $tg = explode(",", $taglist);