[Fix #592] Convert html_safe to sanitize

This commit is contained in:
Simon Lehericey 2017-07-12 18:17:53 +02:00
parent da7af28f9f
commit 4ae9d8ef0d
12 changed files with 17 additions and 15 deletions

View file

@ -6,7 +6,7 @@
= @procedure.libelle
%p
= @procedure.description.html_safe
= sanitize(@procedure.description)
%br
= form_tag(url_for({ controller: :dossiers, action: :create }), class: 'form-inline', method: 'POST') do |f|