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
Conversion of variable reference will fail if the tag body is empty, e.g. <h1 dj-ref="blabla"></h1>.
<h1 dj-ref="blabla"></h1>
Like #11, string will be None, so nothing will append.
If I add a space inside h1, it works.
h1
Perhaps not so important if BSS always prettify his html.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Conversion of variable reference will fail if the tag body is empty, e.g.
<h1 dj-ref="blabla"></h1>
.Like #11, string will be None, so nothing will append.
If I add a space inside
h1
, it works.Perhaps not so important if BSS always prettify his html.
The text was updated successfully, but these errors were encountered: