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 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 >