]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/5855'
authorTom Hughes <tom@compton.nu>
Thu, 27 Mar 2025 17:27:40 +0000 (17:27 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 27 Mar 2025 17:27:40 +0000 (17:27 +0000)
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