[libxml2] Fix an typo 'onrest' in htmlScriptAttributes



commit b0c7e7e57ff9759446bc6c99b94a59a59f6b81a6
Author: Daniel Veillard <veillard redhat com>
Date:   Thu Feb 6 10:50:35 2014 +0100

    Fix an typo 'onrest' in htmlScriptAttributes
    
    As pointed out by "Laurent <guitarneck free fr>"

 HTMLparser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/HTMLparser.c b/HTMLparser.c
index 1d6f321..dff8e1d 100644
--- a/HTMLparser.c
+++ b/HTMLparser.c
@@ -1177,7 +1177,7 @@ static const char *const htmlScriptAttributes[] = {
     "onfocus",
     "onblur",
     "onsubmit",
-    "onrest",
+    "onreset",
     "onchange",
     "onselect"
 };


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]