Hi there,
if I use the form_tag helper every html command within that helper
block gets escaped and is not been recognized by the browser as a tag.
Is that a bug or a feature? On irc nobody had a answer.
Example:
<% form_tag do %>
<div></div>
<% end %>
i tried this with rails 2.3.7 and 2.3.8. Everytime the same problem.
On rails 2.3.5 everthing works fine.
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Core" 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-core?hl=en.