1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00
This commit is contained in:
Cameron
2016-02-15 20:00:09 -08:00

View File

@@ -4141,7 +4141,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;