Jason Cartwright
unread,May 10, 2009, 12:23:12 AM5/10/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to orug-di...@googlegroups.com
I'm using FCKEditor in a Rails application. I'd like to allow the page body to include erb elements, which works fine when I initially add them. I can render the pages using <%= render :inline => @page.body %> and it works. However, when I edit the content again in the FCKEditor, it escapes the <% %> tags with < and >. Does anyone know how to tell the editor NOT to mangle my erb tags?
Thanks,
Jason