From 4d3e2da7f862d37e0f9adbd476531f43e02f495d Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 15 May 2009 17:55:45 +0200 Subject: [PATCH] * HTMLparser.c: make sure we keep line numbers fixes #580705 based Aaron Patterson patch Daniel --- ChangeLog | 7 ++++++- HTMLparser.c | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 549e5760..ed6fc5d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ +Fri May 15 17:54:48 CEST 2009 Daniel Veillard + + * HTMLparser.c: make sure we keep line numbers fixes #580705 + based Aaron Patterson patch + Tue May 12 09:13:58 CEST 2009 Daniel Veillard * HTMLparser.c: a broken HTML table attributes initialization, - by Roland Steiner + fixes #581803, by Roland Steiner Tue May 12 08:54:20 CEST 2009 Daniel Veillard diff --git a/HTMLparser.c b/HTMLparser.c index 4d0fe27e..5e44d7ad 100644 --- a/HTMLparser.c +++ b/HTMLparser.c @@ -4134,6 +4134,7 @@ htmlParseDocument(htmlParserCtxtPtr ctxt) { return(XML_ERR_INTERNAL_ERROR); } ctxt->html = 1; + ctxt->linenumbers = 1; GROW; /* * SAX: beginning of the document processing.