fixed a bug in the HTML parser introduced Sep 9 Daniel

* SAX.c: fixed a bug in the HTML parser introduced Sep  9
Daniel
diff --git a/ChangeLog b/ChangeLog
index c41e0c6..8857a79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
+
+	* SAX.c: fixed a bug in the HTML parser introduced Sep  9
+
 Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
 
 	* SAX.c: fixing bug #59946 on xmlns=""
diff --git a/SAX.c b/SAX.c
index 6f3683c..163ee9b 100644
--- a/SAX.c
+++ b/SAX.c
@@ -1769,7 +1769,7 @@
     endElement,
     NULL,
     characters,
-    characters,
+    ignorableWhitespace,
     NULL,
     comment,
     xmlParserWarning,