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
The svg() function prepends a string to id attributes that sometimes starts with a number, which doesn't validate.
svg()
The svg() function is used in a template and pulling an SVG from an assets field.
The text was updated successfully, but these errors were encountered:
7c760cc
Fixed for today’s release – thanks!
Sorry, something went wrong.
No branches or pull requests
Description
The
svg()
function prepends a string to id attributes that sometimes starts with a number, which doesn't validate.Steps to reproduce
The
svg()
function is used in a template and pulling an SVG from an assets field.Additional info
The text was updated successfully, but these errors were encountered: