diff --git a/app/views/mailers/conversation_reply_mailer/reply_with_summary.html.erb b/app/views/mailers/conversation_reply_mailer/reply_with_summary.html.erb index 31648f2b8..5e182a273 100644 --- a/app/views/mailers/conversation_reply_mailer/reply_with_summary.html.erb +++ b/app/views/mailers/conversation_reply_mailer/reply_with_summary.html.erb @@ -9,7 +9,7 @@
+
<% if message.content %>
<%= message.content.gsub("\n", "
").html_safe %>
<% end %>