mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-06 19:22:53 +00:00
LibWeb: Add HTML copyright escape
This commit is contained in:
parent
b85ab86c84
commit
4e8bcda4d1
Notes:
sideshowbarker
2024-07-19 06:06:11 +09:00
Author: https://github.com/FalseHonesty
Commit: 4e8bcda4d1
Pull-request: https://github.com/SerenityOS/serenity/pull/2406
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue