X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2c1033f62d450b7ed82058ee89d99983b7d97829..22160b445fefecfc05df263ebeccc1d090c1a9f1:/app/helpers/user_mailer_helper.rb diff --git a/app/helpers/user_mailer_helper.rb b/app/helpers/user_mailer_helper.rb index 39977f5a7..e5d6e39ac 100644 --- a/app/helpers/user_mailer_helper.rb +++ b/app/helpers/user_mailer_helper.rb @@ -29,7 +29,7 @@ module UserMailerHelper # 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 def style_left