X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/cf11913d586bf9c25f003f4acd3b114367fa4aa9..c439f957ae30520a729c3b8250e14e406183c6cb:/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