unescape an html escaped string
123 124 125
# File 'lib/cuca/widget.rb', line 123 def unescapeHTML(text) CGI::unescapeHTML(text) end