Escape a string to use with URL etc..
108 109 110
# File 'lib/cuca/widget.rb', line 108 def escape(text) CGI::escape(text) end