forked from samacs/simple_html_dom
-
-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
What is this feature about (expected vs actual behaviour)?
delete function has bug
How can I reproduce it?
$dom = HtmlDomParser::str_get_html($html);
$body = $dom->findOne("body");
$body->findOne("img")->delete();
Image is not deleted.
Image is deleted is only delete if using: $dom->findOne("img")->delete();
Does it take minutes, hours or days to fix?
minutes
Any additional information?
Metadata
Metadata
Assignees
Labels
No labels