diff --git a/app/views/new_gestionnaire/dossiers/_champs.html.haml b/app/views/new_gestionnaire/dossiers/_champs.html.haml index b9f84cd96..41f1bc85a 100644 --- a/app/views/new_gestionnaire/dossiers/_champs.html.haml +++ b/app/views/new_gestionnaire/dossiers/_champs.html.haml @@ -9,4 +9,4 @@ %th = "#{c.libelle} :" %td - = c.value + = sanitize(c.value)