X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7f611b295f39b8c42219a5ce6c84582db74ce8f7..e2839ae0988c8493e0f4f626695a0f4a7abd39d8:/app/helpers/user_mailer_helper.rb?ds=inline 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