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
When placing the {% ratings object %} tag inside of another div in a template, HTML5 validator gives this error:
Error: Element style not allowed as child of element div in this context.
<div> {% ratings object %} </div>
<div> <style> #dsr955ab1338c9b4de792faa379ccd96d42 .star-ratings-rating-full, #dsr955ab1338c9b4de792faa379ccd96d42 .star-ratings-rating-empty { width: 40px; height: 40px; background: url(/static/star-ratings/images/stars.png) no-repeat; background-size: 120px; } #dsr955ab1338c9b4de792faa379ccd96d42 .star-ratings-rating-empty { background-position: -40px 0; } </style> </div>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When placing the {% ratings object %} tag inside of another div in a template, HTML5 validator gives this error:
Error: Element style not allowed as child of element div in this context.
The text was updated successfully, but these errors were encountered: