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
<h1>
<span>
What version of Unfold are you using?
0.44.0
What version of Django are you using?
4.2
What browser are you using?
Not browser related
Did you check changelog/commit history, if the bug is not already fixed?
Yes ✅
Did you search for other issues, if the bug is not already fixed?
Are you able to replicate the bug in the demo site?
Yes:
Describe your issue
When using the HTML validator, we get an error that <h1> tag should not be part of <span> element.
Suggestion: Get rid of the h1 tag and style site name to look the same
h1
The text was updated successfully, but these errors were encountered:
@lukasvinclav: do you have a preferred way to fix this?
Sorry, something went wrong.
fix: invalid HTML: <h1> Nested Inside <span> (unfoldadmin#968)
07f0f60
No branches or pull requests
What version of Unfold are you using?
0.44.0
What version of Django are you using?
4.2
What browser are you using?
Not browser related
Did you check changelog/commit history, if the bug is not already fixed?
Yes ✅
Did you search for other issues, if the bug is not already fixed?
Yes ✅
Are you able to replicate the bug in the demo site?
Yes:
Describe your issue
When using the HTML validator, we get an error that
<h1>
tag should not be part of<span>
element.Suggestion: Get rid of the
h1
tag and style site name to look the sameThe text was updated successfully, but these errors were encountered: