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.36k stars 460 forks source link

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

Closed vladshut closed 1 year ago

vladshut commented 1 year 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.