diff --git a/app/views/support/index.html.haml b/app/views/support/index.html.haml
index eadc29c96..fb97ab53b 100644
--- a/app/views/support/index.html.haml
+++ b/app/views/support/index.html.haml
@@ -35,10 +35,9 @@
- if link.present?
.fr-ml-3w.hidden{ id: "card-#{question_type}", "aria-hidden": true , data: { "support-target": "content" } }
= render Dsfr::CalloutComponent.new(title: t('.our_answer')) do |c|
- - c.with_body do
- %p
- -# i18n-tasks-use t("support.index.#{question_type}.answer_html")
- = t('answer_html', scope: [:support, :index, question_type], base_url: Current.application_base_url, "link_#{question_type}": link)
+ - c.with_html_body do
+ -# i18n-tasks-use t("support.index.#{question_type}.answer_html")
+ = t('answer_html', scope: [:support, :index, question_type], base_url: Current.application_base_url, "link_#{question_type}": link)
.fr-input-group
= label_tag :dossier_id, t('file_number', scope: [:utils]), class: 'fr-label'