From: Tom Hughes Date: Thu, 27 Mar 2025 17:23:38 +0000 (+0000) Subject: Merge remote-tracking branch 'upstream/pull/5852' X-Git-Tag: live~125 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/ff3e7b890d0fc0e2fe4296ea480ad3e00710ebf5?hp=3f85984f969df2c48d0dac9e6202fc2fadf9f067 Merge remote-tracking branch 'upstream/pull/5852' --- diff --git a/lib/rich_text.rb b/lib/rich_text.rb index d9c799611..3f5d9f6ba 100644 --- a/lib/rich_text.rb +++ b/lib/rich_text.rb @@ -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