Hi, Arieh. You wrote:
I have a Post class, that has a body field that contains some normal html text. When I print it in my template, it automatically escapes the html entities.
basically, when running these lines:
<% puts(post.body)%>
<%=post.body%>
the first line logs: <p>aaaa</p>
and the output is: < p > aaaa </p >
(not using ; so mail won't print entities).
Any idea where I need to look for fixing this issue?
-- Reuven M. Lerner -- Web development, consulting, and training Mobile: +972-54-496-8405 * US phone: 847-230-9795 Skype/AIM: reuvenlerner