X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/459daa030e3c562ecb5e0633c3166a547e61a161..d04bbae47ac6181c6896545651fa03d70694c439:/lib/rich_text.rb diff --git a/lib/rich_text.rb b/lib/rich_text.rb index 453f3d23a..36e70063f 100644 --- a/lib/rich_text.rb +++ b/lib/rich_text.rb @@ -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