Skip to content

delete function has bug #88

@justdoitlah

Description

@justdoitlah

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
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions