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