X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/cf11913d586bf9c25f003f4acd3b114367fa4aa9..7a0766a5e6dc3ab85f71a27fef8b049e56ef03b8:/app/helpers/notifier_helper.rb?ds=inline diff --git a/app/helpers/notifier_helper.rb b/app/helpers/notifier_helper.rb index be01e5391..3e53e2543 100644 --- a/app/helpers/notifier_helper.rb +++ b/app/helpers/notifier_helper.rb @@ -19,7 +19,7 @@ module NotifierHelper ) end - def apply_inline_css(html) + def style_message(html) html.gsub /
/, '
' end end