mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 05:37:32 +02:00
Warning removal
This commit is contained in:
@@ -2474,6 +2474,7 @@ class e_parser
|
|||||||
$doc = $this->domObj;
|
$doc = $this->domObj;
|
||||||
|
|
||||||
$doc->preserveWhiteSpace = true;
|
$doc->preserveWhiteSpace = true;
|
||||||
|
libxml_use_internal_errors(true);
|
||||||
$doc->loadHTML($html);
|
$doc->loadHTML($html);
|
||||||
|
|
||||||
$tg = explode(",", $taglist);
|
$tg = explode(",", $taglist);
|
||||||
|
Reference in New Issue
Block a user