]> git.openstreetmap.org Git - rails.git/blobdiff - app/helpers/application_helper.rb
Additional translation options for nominatim
[rails.git] / app / helpers / application_helper.rb
index 9d2ae0071fe23b6e0472291d2244e3c44535d717..e10650ada1fa3cde95956725f5e679f146446156 100644 (file)
@@ -1,6 +1,6 @@
 module ApplicationHelper
   def htmlize(text)
-    return sanitize(auto_link(simple_format(text), :link => :urls, :href_options => { :rel => "nofollow" }))
+    return auto_link(sanitize(simple_format(text)), :link => :urls, :html => { :rel => "nofollow" })
   end
 
   def html_escape_unicode(text)