X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5a2d2f97cebf9e8442949ba1a36daab13fbc809c..a182820139de22196d7f30e06047a81afc7323f5:/app/helpers/notifier_helper.rb diff --git a/app/helpers/notifier_helper.rb b/app/helpers/notifier_helper.rb index dbd2d245d..2915a0880 100644 --- a/app/helpers/notifier_helper.rb +++ b/app/helpers/notifier_helper.rb @@ -29,6 +29,6 @@ module NotifierHelper # Because we can't use stylesheets in HTML emails, we need to inline the # styles. Rather than copy-paste the same string of CSS into every message, # we apply it once here, after the message has been composed. - html.gsub /

/, '

' + html.gsub(/

/, '

') end end