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
Hello,
I encountered an error in your gem. My hamlc template contains a line:
%input{name: 'name', type: 'text' }
The error is that html output for the line is:
<input name="" type="text">
So, if an input has name "name", the gem generates html tag with an empty name attribute.
Thank you in advance.
The text was updated successfully, but these errors were encountered:
7b3dd5f
Thanks for reporting this, I will release a new gem later this day when I have done some more tests.
Sorry, something went wrong.
No branches or pull requests
Hello,
I encountered an error in your gem. My hamlc template contains a line:
%input{name: 'name', type: 'text' }
The error is that html output for the line is:
So, if an input has name "name", the gem generates html tag with an empty name attribute.
Thank you in advance.
The text was updated successfully, but these errors were encountered: