From 8c6a5fce1b88fa1e40c86adad014a9c4a9929377 Mon Sep 17 00:00:00 2001 From: Moritz Strohm <strohm@data-quest.de> Date: Thu, 21 Mar 2024 15:22:43 +0100 Subject: [PATCH] calendar/date/index: use formatReady instead of htmlReady for the description --- app/views/calendar/date/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/calendar/date/index.php b/app/views/calendar/date/index.php index 26f28a628b0..a10058bd1ee 100644 --- a/app/views/calendar/date/index.php +++ b/app/views/calendar/date/index.php @@ -46,7 +46,7 @@ <? if ($date->description) : ?> <article class="studip"> <header><h1><?= _('Beschreibung') ?></h1></header> - <section><?= htmlReady($date->description) ?></section> + <section><?= formatReady($date->description) ?></section> </article> <? endif ?> <article class="studip"> -- GitLab