Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error parser ignored unclosed tags #471

Open
reemrizzk opened this issue Apr 19, 2022 · 1 comment
Open

Error parser ignored unclosed tags #471

reemrizzk opened this issue Apr 19, 2022 · 1 comment
Assignees

Comments

@reemrizzk
Copy link

Hey, I am using HtmlAgilityPack to check for html syntax errors in my app. But the problem is that if the Html document contains for example a

tag that wasn’t closed, the code doesnt show parse error. But it shows parse error if theres an unopened closed tag, for example a

tag. Is there any way to solve this?

@tewuapple

This comment was marked as spam.

@JonathanMagnan JonathanMagnan self-assigned this Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants