]> git.openstreetmap.org Git - rails.git/blobdiff - lib/rich_text.rb
Merge remote-tracking branch 'upstream/pull/5855'
[rails.git] / lib / rich_text.rb
index 453f3d23a4a5fda0f553754a3aeb4d5e8d18968f..36e70063f9ee4374840113c377bd67ba31185edf 100644 (file)
@@ -94,7 +94,7 @@ module RichText
 
   class HTML < Base
     def to_html
-      linkify(sanitize(simple_format(self)))
+      linkify(simple_format(self))
     end
 
     def to_text