aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-05-14 17:24:27 +0200
committerdec05eba <dec05eba@protonmail.com>2020-05-14 17:24:27 +0200
commitf62af612c6e6217d7b2a1b064cdf10383524302b (patch)
tree09e6a49e4b819e6e510360898bfdff17251825e3 /include
parentcd786ced0f04d9383cde1c451f0bab18135072bd (diff)
Use text_stripped for javascript as well
Diffstat (limited to 'include')
-rw-r--r--include/HtmlParser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/HtmlParser.h b/include/HtmlParser.h
index fc3ff3a..45dc1e1 100644
--- a/include/HtmlParser.h
+++ b/include/HtmlParser.h
@@ -38,7 +38,6 @@ struct HtmlParser {
HtmlStringView attribute_key;
HtmlStringView attribute_value;
HtmlStringView text;
- /* Only used when parse_type is HTML_PARSE_TEXT */
HtmlStringView text_stripped;
int is_tag_void;