Ruby on Rails Sunday, July 31, 2011

Alcelyo Roberto <alcelyo@...> writes:

>
>
> Good evening guys,I'm using now with 3 rails web app themes rails to
generate the layouts, almosteverything working ok, only the names I
write code in such a ride when I put atable in the
header with character "ç" character shows the strange but data thatcomes from
the database shows normal, which can be and how can I fix? Thank you all ...--
Alcelyo R MarizBacharel em Sistemas de Informação
>


It is probably being escaped for browser safety. If you can trust the data,
try using "raw":

<= raw @variable.stuff >

--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment