-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Description
Hi,
when I'm trying to parse URL http://e107.funsite.cz/ I get DOMException("Invalid Character Error", 5)
because of one unclosed tag in the markup. The snippet below causes the exception. It is caused by trying to set attribute with name <div
in DOMTreeBuilder.php. As I understand from the doc all errors should be recorded in property $dom->errors
. Can you fix this please?
<div class="wrapper"
<div class="fleft">
Metadata
Metadata
Assignees
Labels
No labels