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
For example if I try to specify :image_width => '500' it'll become :image_&width
:image_width => '500'
:image_&width
Or it will disappear completely.
The text was updated successfully, but these errors were encountered:
This is because of this code
Sorry, something went wrong.
4d3488b
Add note to changelog about #1397.
ed84d68
e123f62
Match only &dialog, ?dialog, &width, ?width, &height, ?height which f…
64dcb29
…ixes refinery#1397
No branches or pull requests
For example if I try to specify
:image_width => '500'
it'll become:image_&width
Or it will disappear completely.
The text was updated successfully, but these errors were encountered: