[Fix #592] Convert html_safe to sanitize
This commit is contained in:
parent
da7af28f9f
commit
4ae9d8ef0d
12 changed files with 17 additions and 15 deletions
|
@ -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|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue