Closed vladshut closed 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.
<html><body tag="body"></body></html>
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.