]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/5852'
authorTom Hughes <tom@compton.nu>
Thu, 27 Mar 2025 17:23:38 +0000 (17:23 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 27 Mar 2025 17:23:38 +0000 (17:23 +0000)
lib/rich_text.rb

index d9c799611a7752f24a54dd582123449d0d8d4216..3f5d9f6bad92e918f2343adf1640a7b8c3236d80 100644 (file)
@@ -88,7 +88,7 @@ module RichText
 
   class HTML < Base
     def to_html
-      linkify(sanitize(simple_format(self)))
+      linkify(simple_format(self))
     end
 
     def to_text