From 61732d3176b54d304163ee55999cbe4ab7d944ba Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Thu, 8 Jun 2017 22:39:56 +0300 Subject: [PATCH] Fix ContactMailer #480 --- app/presenters/registrant_presenter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/presenters/registrant_presenter.rb b/app/presenters/registrant_presenter.rb index ebafaee51..148c5d219 100644 --- a/app/presenters/registrant_presenter.rb +++ b/app/presenters/registrant_presenter.rb @@ -32,7 +32,7 @@ class RegistrantPresenter .join(', ')})" end - lines.join(line_break) + lines.join(line_break).html_safe end private