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
Passing signed_in_html as an attribute value directly doesn't properly escape it
signed_in_html
- signed_in_html = render('application/header_signed_in') .account.js-account(data-signed-in-html=signed_in_html)
instead it seems to work when used in an interpolated string:
- signed_in_html = render('application/header_signed_in') .account.js-account(data-signed-in-html="#{signed_in_html}")
The text was updated successfully, but these errors were encountered:
fdf4da6
Fixed in v0.8.1
Sorry, something went wrong.
Thanks!
No branches or pull requests
Passing
signed_in_html
as an attribute value directly doesn't properly escape itinstead it seems to work when used in an interpolated string:
The text was updated successfully, but these errors were encountered: