We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Patrick,
I've just noticed that the meta tag attributes use single quotes, which leads to invalid markup when the value itself contains a single quote.
For example if the og:title is set to "What's on" then the markup looks like this
<meta property='og:title' content='What's on in' />
I don't think it's a massive issue but it's flagging as an error in https://validator.w3.org.
The text was updated successfully, but these errors were encountered:
That will indeed cause some issues. I'll get on it right away!
Sorry, something went wrong.
Fixed by commit 2e41c7d. Will try to get a new version out tomorrow
Legend, thanks for fixing so quickly!
This has been fixed in the latest versions! Thanks again for the report
No branches or pull requests
Hi Patrick,
I've just noticed that the meta tag attributes use single quotes, which leads to invalid markup when the value itself contains a single quote.
For example if the og:title is set to "What's on" then the markup looks like this
I don't think it's a massive issue but it's flagging as an error in https://validator.w3.org.
The text was updated successfully, but these errors were encountered: