[Rails-core] Problem: Form Helper HTML Command Escaping

2010-05-30 Thread chrispie
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.

Re: [Rails-core] Problem: Form Helper HTML Command Escaping

2010-05-30 Thread Ryan Bigg
This was a bug in 2.3.7 and is not supposed to be the case in 2.3.8. Please ensure your application really is using 2.3.8. On 30 May 2010 08:33, chrispie chrispiets...@googlemail.com wrote: Hi there, if I use the form_tag helper every html command within that helper block gets escaped and is