From: Tom Hughes Date: Thu, 1 Dec 2011 19:03:30 +0000 (+0000) Subject: Don't escape HTML in text/plain message notification emails X-Git-Tag: live~5933 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/52452d95b452419e003a2e59fa559635fa5748e3 Don't escape HTML in text/plain message notification emails --- diff --git a/app/views/notifier/message_notification.text.erb b/app/views/notifier/message_notification.text.erb index c91c68be6..7a495e648 100644 --- a/app/views/notifier/message_notification.text.erb +++ b/app/views/notifier/message_notification.text.erb @@ -3,7 +3,7 @@ <%= t'notifier.message_notification.header', :from_user => @from_user, :subject => @title %> == -<%= @text %> +<%= raw @text %> == <%= t'notifier.message_notification.footer1', :readurl => @readurl %>