mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:58:12 +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
|
// Skip the next character
|
||||||
++character_index;
|
++character_index;
|
||||||
|
|
||||||
return;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue