From 8d8e23320e48f1d8fd98c3c914696f6fe0f7161e Mon Sep 17 00:00:00 2001 From: DEC05EBA Date: Wed, 1 Jan 2020 09:13:18 +0100 Subject: Ignore comments, ignore end tags without a start tag. Fixes tags closing too soon --- include/HtmlParser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/HtmlParser.h b/include/HtmlParser.h index 48660da..b01a59e 100644 --- a/include/HtmlParser.h +++ b/include/HtmlParser.h @@ -51,4 +51,4 @@ void html_parser_deinit(HtmlParser *self); void html_parser_parse(HtmlParser *self); -#endif /* HTML_PARSER_H */ \ No newline at end of file +#endif /* HTML_PARSER_H */ -- cgit v1.2.3