openstreetmap-website/app/helpers/application_helper.rb
Tom Hughes c3bd1f113b Tidy up message sensitisation a bit more, and add sensitisation of
information in the diary RSS feeds.
2008-01-16 10:02:42 +00:00

5 lines
114 B
Ruby

module ApplicationHelper
def htmlize(text)
return sanitize(auto_link(simple_format(text), :urls))
end
end