[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
|
@ -60,7 +60,7 @@
|
|||
%h4.text-info
|
||||
= @facade.procedure.libelle
|
||||
|
||||
= h @facade.procedure.description.html_safe
|
||||
= h sanitize(@facade.procedure.description)
|
||||
|
||||
.champs.col-xs-6.col-md-3
|
||||
%h4.text-info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue