1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 07:55:07 +00:00
serenity/Userland/Libraries/LibWeb/MimeSniff
Luke Wilde d1c4a94659 LibWeb: Fix comparing current position to quote in Mime Type quote parse
Had a look over this with a fresh head and noticed I was comparing the
current lexer position to the quote character, oops!
2022-02-12 17:13:14 +00:00
..
MimeType.cpp LibWeb: Fix comparing current position to quote in Mime Type quote parse 2022-02-12 17:13:14 +00:00
MimeType.h LibWeb: Implement spec-compliant MIME type struct and parser 2022-02-12 12:53:28 +01:00