If you look in Trac, you'll find several bugs on the subject. What the field really needs is a parameter telling whether it should preserve HTML or convert from entities--this because there are two use cases: Those wishing to enter HTML, and those who may use the < > " & characters as part of normal text. The handling of the two is different, yet the current code tries to handle them both without distinction.
TAG On Dec 7, 2006, at 9:31 AM, [EMAIL PROTECTED] wrote: > > Whenever i do a editinplace field and the returning information has > html in it say a bold tag instead of showing bold text it shows the > code. Whenever i refresh the page it shows fine just not when using > the > editinplace. > > Any ideas on how to fix this? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" 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-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
