Skip to content
New issue

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

Empty "name" attribute #8

Closed
MitinPavel opened this issue Nov 22, 2011 · 1 comment
Closed

Empty "name" attribute #8

MitinPavel opened this issue Nov 22, 2011 · 1 comment

Comments

@MitinPavel
Copy link

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.

@netzpirat
Copy link
Collaborator

Thanks for reporting this, I will release a new gem later this day when I have done some more tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants