diff --git a/app/views/calendar/date/index.php b/app/views/calendar/date/index.php
index 26f28a628b0d722024ddc35d4e72771c17275cd5..a10058bd1ee43d0251a13b69a0e56ac315ccb36e 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">