Robert Walker wrote: [...] > Wait... Do you mean that you're getting a unwanted line break in the > HTML source, or on the rendered web page? <%= -%> will prevent line > break characters in the underlying HTML source code, but that line break > character should not generate a new line in the rendered HTML. That > should require a <br /> tag.
Small nitpick: in the rendered HTML, you'd actually need a <br> tag. <br /> is XHTML syntax, and is not actually valid HTML 4. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

