diff options
-rw-r--r-- | src/HtmlParser.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/HtmlParser.c b/src/HtmlParser.c index 287f322..a760f98 100644 --- a/src/HtmlParser.c +++ b/src/HtmlParser.c @@ -382,7 +382,6 @@ static int html_parser_parse_tag_start(HtmlParser *self) { html_parser_advance_char(self); html_parser_parse_attribute_value_quoted(self, c); } else if(is_attribute_value_char(c)) { - html_parser_advance_char(self); html_parser_parse_attribute_value(self); } } |