How to show escaped html tags?

I have text stored as escaped html tags: “Overview
<br><br> Keynote�s”
Is there a way to un-escape all the html tags? I found rails functions
that can escape the tags but I haven’t found anything to go back
easily.

tommy

wheels wrote:

I have text stored as escaped html tags: “Overview
<br><br> Keynote�s”
Is there a way to un-escape all the html tags? I found rails functions
that can escape the tags but I haven’t found anything to go back
easily.

tommy

check out google for the keyword ‘unescape’ . either way →

http://www.ruby-doc.org/stdlib/libdoc/cgi/rdoc/classes/CGI.html#M000095