zadean / htmerl

HTML Parser in Erlang
Apache License 2.0
14 stars 2 forks source link

Modified htmerl_sax_utf8 to condense multiple whitespace characters. #1

Closed noahmartinwilliams closed 3 years ago

noahmartinwilliams commented 3 years ago

I modified it so that it follows the html standard better. Html parsers are supposed condense spaces, new lines, and tabs.

noahmartinwilliams commented 3 years ago

Ok, NOW it should work.

zadean commented 3 years ago

Awesome! Thanks again for the PR!