Don't escape HTML in text/plain message notification emails
This commit is contained in:
parent
4fc93cd466
commit
52452d95b4
1 changed files with 1 additions and 1 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue