diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-12-20 23:46:06 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-12-20 23:46:06 +0100 |
commit | 022e339b4417b119cc75fcb2cef057bfce41f8e8 (patch) | |
tree | 3fdb96c920a290556f83d0fe6ca0f9a810d9fb80 /src/html_common.hh | |
parent | 25e1cd690f1f9c939060294d092313481d5d06cd (diff) | |
parent | 9b532026d3fc5c379827351c4da8b219012cb1c7 (diff) |
merge with main
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 2bc2ef4f..ead9cf14 100644 --- a/src/html_common.hh +++ b/src/html_common.hh @@ -197,7 +197,6 @@ public: //BUG: for now everything is public bool PrevWasSPC; /* Flag to help handling collapsing white space */ bool InVisitedLink; /* used to 'contrast_visited_colors' */ bool ReqTagClose; /* Flag to help handling bad-formed HTML */ - bool CloseOneTag; /* Flag to help Html_tag_cleanup_at_close() */ 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> */ |