Don't escape HTML in text/plain message notification emails

This commit is contained in:
Tom Hughes 2011-12-01 19:03:30 +00:00
parent 4fc93cd466
commit 52452d95b4

View file

@ -3,7 +3,7 @@
<%= t'notifier.message_notification.header', :from_user => @from_user, :subject => @title %> <%= t'notifier.message_notification.header', :from_user => @from_user, :subject => @title %>
== ==
<%= @text %> <%= raw @text %>
== ==
<%= t'notifier.message_notification.footer1', :readurl => @readurl %> <%= t'notifier.message_notification.footer1', :readurl => @readurl %>