2.0.1
- Fixed cases involving trailing spaces inside attribute values, e.g.
content="text/html; charset=iso8859-2 "
. (@openandclose) - Fixed cases involving two appearances of the string
charset
, e.g.content="charsetcharset=iso-8859-2"
. (@openandclose) - Fixed cases involving multiple attributes with the same name, e.g.
<meta http-equiv="refresh" http-equiv="Content-Type" content="text/html; charset=iso8859-2">
. (@openandclose)