mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 20:05:07 +00:00
LibWeb: Dont abort when parsing data- properties that contain dashes
This commit is contained in:
parent
c949a4db2d
commit
196dada7e2
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ Vector<DOMStringMap::NameValuePair> DOMStringMap::get_name_value_pairs() const
|
|||
// Skip the next character
|
||||
++character_index;
|
||||
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue