X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6789fc30813990710c5fb786bf90a70867f77339..e2839ae0988c8493e0f4f626695a0f4a7abd39d8:/app/helpers/user_mailer_helper.rb diff --git a/app/helpers/user_mailer_helper.rb b/app/helpers/user_mailer_helper.rb index d47827074..be756c212 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("

", '

').html_safe end def style_left