Displaying html from variable

how do i stop rails from escaping the html and pass it directly to the
browser?

so the browser renders the html instead of displaying the actual html
code.

On Dec 28, 2007, at 5:21 PM, spokra wrote:

how do i stop rails from escaping the html and pass it directly to the
browser?

so the browser renders the html instead of displaying the actual html
code.

Are you using the function h?

Phillip

oops yes i was… thanks for point that out!!