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 on line 4 at column 11: Opening and ending tag mismatch: meta line 3 and head #76

Closed
sknightq opened this issue Sep 27, 2021 · 1 comment

Comments

@sknightq
Copy link

The error is coming when I using new DOMParser().parseFromString() to parse the content.
You should use the closing tag in the HTML template.
From
<meta charset="UTF-8">
To
<meta charset="UTF-8" />
In converters.ts at line 164

@zheeeng
Copy link
Owner

zheeeng commented Sep 27, 2021

fixed in v1.4.1

@zheeeng zheeeng closed this as completed Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants