diff --git a/e107_handlers/e_parse_class.php b/e107_handlers/e_parse_class.php index 8ab98c5f6..7fdc3919f 100644 --- a/e107_handlers/e_parse_class.php +++ b/e107_handlers/e_parse_class.php @@ -4139,7 +4139,7 @@ return; // libxml_use_internal_errors(true); // hides errors. $doc = $this->domObj; libxml_use_internal_errors(true); - @$doc->loadHTML($html); + @$doc->loadHTML($html, 'HTML-ENTITIES', 'UTF-8'); // $doc->encoding = 'UTF-8'; // $doc->resolveExternals = true;