mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
LibWeb: Dont abort when parsing data- properties that contain dashes
This commit is contained in:
@@ -52,7 +52,7 @@ Vector<DOMStringMap::NameValuePair> DOMStringMap::get_name_value_pairs() const
|
||||
// Skip the next character
|
||||
++character_index;
|
||||
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user