forked from friendica/friendica-addons
Oooops, put back the warnings ignore for DomDocument
This commit is contained in:
parent
27a924f286
commit
7639f91179
|
@ -77,7 +77,7 @@ function get_body_length($body) {
|
||||||
// We need to get rid of hidden tags (display: none)
|
// 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
|
// 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);
|
$xpath = new DOMXPath($dom);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue