From ca9b558f4444e7f3e8bde5f72d2ec138ab6cb0ed Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Fri, 6 Feb 2009 12:36:31 +0100 Subject: fix check for name/id mismatch (noticed by corvid) --- src/html_common.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'src/html_common.hh') diff --git a/src/html_common.hh b/src/html_common.hh index 7983ea5a..fc0800f7 100644 --- a/src/html_common.hh +++ b/src/html_common.hh @@ -198,7 +198,6 @@ public: //BUG: for now everything is public bool ReqTagClose; /* Flag to help handling bad-formed HTML */ bool WordAfterLI; /* Flag to help ignoring the 1st

after

  • */ bool TagSoup; /* Flag to enable the parser's cleanup functions */ - char *NameVal; /* used for validation of "NAME" and "ID" in */ /* element counters: used for validation purposes */ uchar_t Num_HTML, Num_HEAD, Num_BODY, Num_TITLE; -- cgit v1.2.3