mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-18 21:55:45 +00:00
LibWeb: Add HTML copyright escape
This commit is contained in:
committed by
Andreas Kling
parent
b85ab86c84
commit
4e8bcda4d1
@@ -229,6 +229,7 @@ static bool parse_html_document(const StringView& html, Document& document, Pare
|
||||
{ """, "\"" },
|
||||
{ "»", ">>" },
|
||||
{ "«", "<<" },
|
||||
{ "©", "\xC2\xA9" },
|
||||
};
|
||||
auto rest_of_html = html.substring_view(i, html.length() - i);
|
||||
bool found = false;
|
||||
|
||||
Reference in New Issue
Block a user