]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user_mailer/diary_comment_notification.text.erb
Avoid calling raw in plain text email templates
[rails.git] / app / views / user_mailer / diary_comment_notification.text.erb
index b86c303ae8bfdfb83f14d3a3826e7455bec869b6..cbf9ddaa056d271432de8e8fc38a9cae3c942d88 100644 (file)
@@ -3,7 +3,7 @@
 <%= t '.header', :from_user => @from_user, :subject => @title %>
 
 ==
-<%= raw @text.to_text %>
+<%= @text.to_text %>
 ==
 
 <%= t '.footer', :readurl => @readurl, :commenturl => @commenturl, :replyurl => @replyurl %>