Block or Report
Block or report roskakori
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
259 contributions in the last year
Less
More
Contribution activity
March 2022
Created 1 commit in 1 repository
Created an issue in wilsonzlin/minify-html that received 3 comments
Broken doctype without space
A single space within doctype should be preserved. Example: >>> from minify_html import minify >>> minify('<!doctype html>') '<!doctypehtml>' Expec…
3
comments