From 52452d95b452419e003a2e59fa559635fa5748e3 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 1 Dec 2011 19:03:30 +0000 Subject: [PATCH] Don't escape HTML in text/plain message notification emails --- app/views/notifier/message_notification.text.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %> -- 2.39.5