]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/message_notification.text.erb
Don't escape HTML in text/plain message notification emails
[rails.git] / app / views / notifier / message_notification.text.erb
index 8c5fce74e7c060a8647cf352ba9bdfac27e5db61..7a495e648a48a9a81c7d4d2aa4da4eaf18f0ec9d 100644 (file)
@@ -3,7 +3,7 @@
 <%= t'notifier.message_notification.header', :from_user => @from_user, :subject => @title %>
 
 ==
-<%= @body %>
+<%= raw @text %>
 ==
 
 <%= t'notifier.message_notification.footer1', :readurl => @readurl %>