From 814dea57a69d0c83994cc966b453af755548d972 Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Fri, 14 Feb 2025 10:56:27 +0100
Subject: [PATCH] fix

---
 app/views/admin/application/static/_core.html.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/admin/application/static/_core.html.erb b/app/views/admin/application/static/_core.html.erb
index f30e4bf0d..6b51a68e3 100644
--- a/app/views/admin/application/static/_core.html.erb
+++ b/app/views/admin/application/static/_core.html.erb
@@ -96,5 +96,5 @@ search:
   <% end %>
   <% if about.respond_to?(:contents_full_text) %>
   body: >-
-    <%= prepare_text_for_static about.contents_full_text %>
+    <%= prepare_html_for_static about.contents_full_text %>
   <% end %>
-- 
GitLab