1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-24 13:33:01 +03:00

Fix an typo 'onrest' in htmlScriptAttributes

As pointed out by "Laurent <guitarneck@free.fr>"
This commit is contained in:
Daniel Veillard
2014-02-06 10:50:35 +01:00
parent 75801652a2
commit b0c7e7e57f

View File

@@ -1177,7 +1177,7 @@ static const char *const htmlScriptAttributes[] = {
"onfocus",
"onblur",
"onsubmit",
"onrest",
"onreset",
"onchange",
"onselect"
};