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

Update meta tags to be HTML5 compliant by removing self-closing slashes #39

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tamas-macsek
Copy link

This pull request removes the unnecessary self-closing slashes (/>) in the meta tags to ensure HTML5 compliance. This resolves issues related to invalid markup. Fixes #32

@stancl
Copy link
Member

stancl commented Sep 22, 2024

Can you undo the formatting changes?

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

Successfully merging this pull request may close these issues.

Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
3 participants