Skip to content

2.0.1

Compare
Choose a tag to compare
@domenic domenic released this 23 Feb 22:30
  • 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)