* HTMLparser.c: make sure we keep line numbers fixes #580705
  based Aaron Patterson patch
Daniel
diff --git a/HTMLparser.c b/HTMLparser.c
index 4d0fe27..5e44d7a 100644
--- a/HTMLparser.c
+++ b/HTMLparser.c
@@ -4134,6 +4134,7 @@
 	return(XML_ERR_INTERNAL_ERROR);
     }
     ctxt->html = 1;
+    ctxt->linenumbers = 1;
     GROW;
     /*
      * SAX: beginning of the document processing.