[Fix #1801] use the new string_to_html method
This commit is contained in:
parent
152cf03d72
commit
cf36d7f1ed
7 changed files with 7 additions and 7 deletions
|
@ -68,7 +68,7 @@
|
|||
%h4.text-info
|
||||
= procedure.libelle
|
||||
|
||||
= h sanitize(procedure.description)
|
||||
= h string_to_html(procedure.description)
|
||||
|
||||
.champs.col-xs-6.col-md-3
|
||||
%h4.text-info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue