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