So, I use a form helper and it works nicely. Then I look at the code
and I find myself somewhat annoyed:

<div style="margin:0;padding:0;display:inline"><input name="_method"
type="hidden" value="put" /><input name="authenticity_token"
type="hidden" value="xxx" /></div>

I obviously have no issue with hidden inputs, but WHY OH WHY are they
inside a completely unnecessary div with completely unnecessary INLINE
css?

With that being said, aside from a monkey patch, what's the best way
to override this helper to get rid of that junk?

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to