diff options
author | DEC05EBA <dec05eba@protonmail.com> | 2020-01-01 09:13:18 +0100 |
---|---|---|
committer | DEC05EBA <dec05eba@protonmail.com> | 2020-01-01 09:13:18 +0100 |
commit | 8d8e23320e48f1d8fd98c3c914696f6fe0f7161e (patch) | |
tree | 3550f131afa5b62e160076dcc7df9ae8262da8cf /include | |
parent | 0f8f6ffe2e6cf6a9210da489a030b25a1ef307a3 (diff) |
Ignore comments, ignore end tags without a start tag.
Fixes tags closing too soon
Diffstat (limited to 'include')
-rw-r--r-- | include/HtmlParser.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |