@@ -19,7 +19,7 @@ |
||
19 | 19 | $doc->loadHTML('<?xml encoding="utf-8" ?>'.$html, $options); |
20 | 20 | //catch possible errors due to empty or malformed HTML |
21 | 21 | if ($options > 0 && ($options & (LIBXML_NOWARNING | LIBXML_NOERROR)) == 0) { |
22 | - Log::warning(libxml_get_errors()); |
|
22 | + Log::warning(libxml_get_errors()); |
|
23 | 23 | } |
24 | 24 | libxml_clear_errors(); |
25 | 25 | // restore previous state |