Text not rendering as html

0 views
Skip to first unread message

Clinton Beattie

unread,
Jul 26, 2008, 7:47:20 AM7/26/08
to rubyonrails...@googlegroups.com
Hi,

I have set up TinyMCE as an inkine javascript text editor on my text
areas, but when I open show.html.erb it renders out, for example, bold
tags as "<strong>Get</strong>" in the actual browser as opposed to
"Get".

Can someone please shed some light on this?

This is in my 'notes' controller...

def show
@note = Note.find(params[:id])

respond_to do |format|
format.html # show.html.erb
format.xml { render :xml => @note }
end
end

Thanks in advanced.
C
--
Posted via http://www.ruby-forum.com/.

Reply all
Reply to author
Forward
0 new messages