mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
LibWeb: Parse " into '"'
This commit is contained in:
@@ -226,6 +226,7 @@ static bool parse_html_document(const StringView& html, Document& document, Pare
|
||||
{ "&", "&" },
|
||||
{ "—", "-" },
|
||||
{ " ", " " }, // FIXME: Should actually be *non-breaking*
|
||||
{ """, "\"" },
|
||||
{ "»", ">>" },
|
||||
{ "«", "<<" },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user