diff --git a/app/views/users/description/champs/_render_list_champs.html.haml b/app/views/users/description/champs/_render_list_champs.html.haml index 755f5f537..90166f362 100644 --- a/app/views/users/description/champs/_render_list_champs.html.haml +++ b/app/views/users/description/champs/_render_list_champs.html.haml @@ -60,4 +60,4 @@ - unless champ.description.empty? %div{ id: "description_champs_#{champ.id}", class: ('help-block' unless champ.type_champ == 'engagement') } - = sanitize(champ.description_with_links, attributes: %w(href target)) + = simple_format(sanitize(champ.description_with_links, attributes: %w(href target)))