From 1e18fa29a6bf8c0eb926e0cbc65fc611f985cb41 Mon Sep 17 00:00:00 2001 From: alexisben <alexiben7@gmail.com> Date: Thu, 19 May 2022 10:18:37 +0200 Subject: [PATCH] Fix header text --- app/views/admin/communication/websites/pages/static.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/communication/websites/pages/static.html.erb b/app/views/admin/communication/websites/pages/static.html.erb index 710adbec9..75e7c4a42 100644 --- a/app/views/admin/communication/websites/pages/static.html.erb +++ b/app/views/admin/communication/websites/pages/static.html.erb @@ -20,7 +20,7 @@ description: > description_short: > <%= prepare_text_for_static @about.description_short %> header_text: >- - <%= @about.header_text %> + <%= prepare_html_for_static @about.header_text, @website.university %> legacy_text: > <%= prepare_html_for_static @about.text, @about.university %> <%= render 'admin/communication/blocks/static', about: @about %> -- GitLab