X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f83b719f0347931640475b9e5ee8d60bbc50fd6d..a371aad9ac2f177eee761e8c0bfb0d358796373f:/app/helpers/notifier_helper.rb 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