module ApplicationHelper
def htmlize(text)
- return sanitize(auto_link(simple_format(text), :link => :urls, :html => { :rel => "nofollow" }))
+ return auto_link(sanitize(simple_format(text)), :link => :urls, :html => { :rel => "nofollow" })
end
def html_escape_unicode(text)