X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/774e583b20555c4ad9f676a6321169ff3482980a..c57d2b29fc1f4647b460b6b74d072c409932e3f2:/app/helpers/notifier_helper.rb diff --git a/app/helpers/notifier_helper.rb b/app/helpers/notifier_helper.rb index 5889b6ff8..3e53e2543 100644 --- a/app/helpers/notifier_helper.rb +++ b/app/helpers/notifier_helper.rb @@ -18,4 +18,8 @@ module NotifierHelper :locals => { :body => capture(&block) } ) end + + def style_message(html) + html.gsub /
/, '
' + end end