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
An ID must not contain any space characters(https://www.w3.org/TR/2011/WD-html5-20110525/elements.html#the-id-attribute)
Found in https://github.com/okfde/dev.codefor.de/blob/dev/themes/codefor-theme/layouts/partials/footer.html
The text was updated successfully, but these errors were encountered:
Looks like the id and the class attribute got mixed.
id
class
Sorry, something went wrong.
Add class attribute in footer tags
8cbd2f2
- Fixes okfde#170
Add class attribute in footer tags (#199)
fb9bf1e
* Add class attribute in footer tags - Fixes #170 * remove space Co-authored-by: Gerald Pape <ubergesundheit@users.noreply.github.com>
Successfully merging a pull request may close this issue.
An ID must not contain any space characters(https://www.w3.org/TR/2011/WD-html5-20110525/elements.html#the-id-attribute)
Found in https://github.com/okfde/dev.codefor.de/blob/dev/themes/codefor-theme/layouts/partials/footer.html
The text was updated successfully, but these errors were encountered: