mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2025-02-06 01:39:24 +03:00
Case-sensitivity
This commit is contained in:
parent
78378f1c88
commit
1e4988e12c
@ -588,7 +588,7 @@ class PHPExcel_Helper_HTML
|
|||||||
$this->initialise();
|
$this->initialise();
|
||||||
|
|
||||||
// Create a new DOM object
|
// Create a new DOM object
|
||||||
$dom = new domDocument;
|
$dom = new \DOMDocument;
|
||||||
// Load the HTML file into the DOM object
|
// Load the HTML file into the DOM object
|
||||||
// Note the use of error suppression, because typically this will be an html fragment, so not fully valid markup
|
// Note the use of error suppression, because typically this will be an html fragment, so not fully valid markup
|
||||||
$loaded = @$dom->loadHTML($html);
|
$loaded = @$dom->loadHTML($html);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user