diff --git a/app/views/users/mailer/notification.html.erb b/app/views/users/mailer/notification.html.erb index b517ee70e..f8ad84d77 100644 --- a/app/views/users/mailer/notification.html.erb +++ b/app/views/users/mailer/notification.html.erb @@ -4,6 +4,6 @@

Type: <%= I18n.t("notifications.types.#{@notification.type_of}") %>

-

<%= @notification.title %>

+

<%= @notification.title.html_safe %>

-

<%= @notification.message %>

+

<%= @notification.message.html_safe %>