I have a problem when I try to get attributes which is not separated by spaces.
for example :
<img alt="toto"src="titi" width="blabla" />
src and width attributes are ignored.
I arrived to fix this problem by changing the line 1400 in the methode read_tag()
Thanks for reporting this issue!
Technically, whitespace is required by the HTML specification, but most browsers will just accept if it's missing.
[20af05] fixes this issue.
Related
Commit: [20af05]