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