diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-02-06 12:36:31 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-02-06 12:36:31 +0100 |
commit | ca9b558f4444e7f3e8bde5f72d2ec138ab6cb0ed (patch) | |
tree | cec2dfc75386670f80f1a098647339d212345d4f /src/html_common.hh | |
parent | a937e7eada039cbdd195c61eda541c749d4c2050 (diff) |
fix check for name/id mismatch (noticed by corvid)
Diffstat (limited to 'src/html_common.hh')
-rw-r--r-- | src/html_common.hh | 1 |
1 files changed, 0 insertions, 1 deletions
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 <P> after <LI> */ bool TagSoup; /* Flag to enable the parser's cleanup functions */ - char *NameVal; /* used for validation of "NAME" and "ID" in <A> */ /* element counters: used for validation purposes */ uchar_t Num_HTML, Num_HEAD, Num_BODY, Num_TITLE; |