String
# File lib/hobo_fields/types/text.rb, line 8 def to_html(xmldoctype = true) ERB::Util.html_escape(self).gsub("\n", "<br#{xmldoctype ? ' /' : ''}>\n").html_safe end