paquettg / php-html-parser

An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.
MIT License
2.37k stars 461 forks source link

Fix parsing html with tag that has 'tag' attribute #309

Closed vladshut closed 2 years ago

vladshut commented 2 years ago

Fix parsing html with tag that has 'tag' attribute. Now it you will try to parse html like <html><body tag="body"></body></html> it fails.