mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2025-04-03 13:23:37 +03:00
Case-sensitivity
This commit is contained in:
parent
78378f1c88
commit
1e4988e12c
1 changed files with 1 additions and 1 deletions
|
@ -588,7 +588,7 @@ class PHPExcel_Helper_HTML
|
|||
$this->initialise();
|
||||
|
||||
// Create a new DOM object
|
||||
$dom = new domDocument;
|
||||
$dom = new \DOMDocument;
|
||||
// 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
|
||||
$loaded = @$dom->loadHTML($html);
|
||||
|
|
Loading…
Add table
Reference in a new issue