Skip to content
Snippets Groups Projects
Commit c4c3cfb3 authored by Moritz Strohm's avatar Moritz Strohm
Browse files

calendar/date/index: use formatReady instead of htmlReady for the description, fixes #3861

Closes #3861

Merge request studip/studip!2728
parent 68eb042c
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment