]> git.openstreetmap.org Git - rails.git/commitdiff
Add nofollow to user provided links.
authorTom Hughes <tom@compton.nu>
Sat, 14 Nov 2009 15:11:57 +0000 (15:11 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 14 Nov 2009 15:11:57 +0000 (15:11 +0000)
app/helpers/application_helper.rb

index ab0ba82a830f0440dee2273edb2bf2bf9f34febc..9d2ae0071fe23b6e0472291d2244e3c44535d717 100644 (file)
@@ -1,6 +1,6 @@
 module ApplicationHelper
   def htmlize(text)
-    return sanitize(auto_link(simple_format(text), :urls))
+    return sanitize(auto_link(simple_format(text), :link => :urls, :href_options => { :rel => "nofollow" }))
   end
 
   def html_escape_unicode(text)