@locale = comment.diary_entry.user.preferred_language_from(I18n.available_locales)
@to_user = comment.diary_entry.user.display_name
@from_user = comment.user.display_name
- @body = comment.body
+ @text = comment.body
@title = comment.diary_entry.title
@readurl = url_for(:host => SERVER_URL,
:controller => "diary_entry",
<%= 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 %>