convert_string_simple(item)
Escapes HTML in item
# File lib/rdoc/markup/to_html.rb, line 246 def convert_string_simple(item) CGI.escapeHTML item end