Configure Rails to output HTML output instead of XHTML

Posted by deepwell on Stack Overflow See other posts from Stack Overflow or by deepwell
Published on 2009-02-27T17:58:32Z Indexed on 2010/05/23 8:40 UTC
Read the original article Hit count: 286

Filed under:
|
|

How do I configure Ruby on Rails to output standard HTML code instead of XHTML when using helpers (form, javascript, css, etc.)?

I don't want to have the slash at the end:

<input name="email" type="text" />

© Stack Overflow or respective owner

Related posts about html

Related posts about ruby-on-rails