]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/diary_comment_notification.text.erb
Use a param to trigger export rather than a separate action
[rails.git] / app / views / notifier / diary_comment_notification.text.erb
index 193e10de9727d3fe9e858e9a6349f1862638c22d..7d112a42b6d09845dc60ed774aeed88c7436103a 100644 (file)
@@ -3,7 +3,7 @@
 <%= t'notifier.diary_comment_notification.header', :from_user => @from_user, :subject => @title %>
 
 ==
-<%= raw @text %>
+<%= raw @text.to_text %>
 ==
 
 <%= t'notifier.diary_comment_notification.footer', :readurl => @readurl, :commenturl => @commenturl, :replyurl => @replyurl %>