>> The column is a text type. I get <b> <i> but not <ol><li> The bullets >> are just left out. It sounds to me like your HTML is getting sanitized somewhere, which is actually a really good thing. Allowing raw HTML to be passed though from an input (textfield, textarea, etc.) and then displayed without being sanitized can lead to all sort of security problems.
My recommendation would be to look into supporting Textile/Markdown in your input textarea and make sure you are properly sanitizing your HTML. Otherwise, you may leave yourself open to cross-site scripting or SQL injection attacks. -- 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 -~----------~----~----~----~------~----~------~--~---

