diff --git a/app/views/inquiry_mailer/notification.html.erb b/app/views/inquiry_mailer/notification.html.erb index 01100015..1e13e48d 100644 --- a/app/views/inquiry_mailer/notification.html.erb +++ b/app/views/inquiry_mailer/notification.html.erb @@ -8,11 +8,11 @@ <%= t('.email') %>: <%= @inquiry.email %> <%= t('.phone') %>: <%= @inquiry.phone %> <%= t('.message') %>: -<%= @inquiry.message %> +<%=raw @inquiry.message %> <%= t('.inquiry_ends') %> <%= t('.closing_line') %>, <%= RefinerySetting[:site_name] %> -<%= t('.ps') %> +<%=raw t('.ps') %>