]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/diary_comment_notification.text.erb
Replace @body with @text again...
[rails.git] / app / views / notifier / diary_comment_notification.text.erb
index efdd620e6f763e5c2d5f01a5521f906b63fa2f92..193e10de9727d3fe9e858e9a6349f1862638c22d 100644 (file)
@@ -3,7 +3,7 @@
 <%= t'notifier.diary_comment_notification.header', :from_user => @from_user, :subject => @title %>
 
 ==
 <%= t'notifier.diary_comment_notification.header', :from_user => @from_user, :subject => @title %>
 
 ==
-<%= @body %>
+<%= raw @text %>
 ==
 
 <%= t'notifier.diary_comment_notification.footer', :readurl => @readurl, :commenturl => @commenturl, :replyurl => @replyurl %>
 ==
 
 <%= t'notifier.diary_comment_notification.footer', :readurl => @readurl, :commenturl => @commenturl, :replyurl => @replyurl %>