aboutsummaryrefslogtreecommitdiff
path: root/src/html_common.hh
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-10-26 23:04:46 +0000
committercorvid <corvid@lavabit.com>2009-10-26 23:04:46 +0000
commit0eb66f6846deba4deb54a586eba157593043ff45 (patch)
tree4c938173d7a47ab73af943a317181ab5a0650a14 /src/html_common.hh
parent9389d4308c5730ba6fcf5e3b3cf2cffd8f176a79 (diff)
let later space override previous space
The earlier space is less likely to be styled with the intended appearance.
Diffstat (limited to 'src/html_common.hh')
-rw-r--r--src/html_common.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/html_common.hh b/src/html_common.hh
index 6c15e405..8795637f 100644
--- a/src/html_common.hh
+++ b/src/html_common.hh
@@ -168,7 +168,6 @@ public: //BUG: for now everything is public
bool PreFirstChar; /* used to skip the first CR or CRLF in PRE tags */
bool PrevWasCR; /* Flag to help parsing of "\r\n" in PRE tags */
bool PrevWasOpenTag; /* Flag to help deferred parsing of white space */
- 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 TagSoup; /* Flag to enable the parser's cleanup functions */