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

Repalce double quotes within meta description tags #16

Open
ultrono opened this issue Apr 18, 2021 · 0 comments
Open

Repalce double quotes within meta description tags #16

ultrono opened this issue Apr 18, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ultrono
Copy link
Contributor

ultrono commented Apr 18, 2021

Double quotes cause issues such as:

<meta name="description" content="We sell 20" industrial nails">

At the very least htmlentities should be ran on such tags so they become:

<meta name="description" content="We sell 20&quot; industrial nails">

Without accounting for the meta description can be truncated 🦈

@ultrono ultrono added enhancement New feature or request help wanted Extra attention is needed labels Apr 18, 2021
@ultrono ultrono added the good first issue Good for newcomers label Aug 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant