Oooops, put back the warnings ignore for DomDocument

This commit is contained in:
Domovoy 2012-07-27 10:12:12 +02:00
parent 27a924f286
commit 7639f91179
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ function get_body_length($body) {
// We need to get rid of hidden tags (display: none)
// Get rid of the warning. It would be better to have some valid html as input
$dom = DomDocument::loadHTML($body);
$dom = @DomDocument::loadHTML($body);
$xpath = new DOMXPath($dom);
/*