diff --git a/app/controllers/calendar/contentbox.php b/app/controllers/calendar/contentbox.php index 13ac307517dd2a7d12ea78db3395cda0004fadea..50a241d5ef3ecc26cdfd45452ea37a0c733de2ed 100644 --- a/app/controllers/calendar/contentbox.php +++ b/app/controllers/calendar/contentbox.php @@ -143,7 +143,7 @@ class Calendar_ContentboxController extends StudipController { } if ($termin->getTitle()) { - $tmp_titel = htmlReady(mila($termin->getTitle())); //Beschneiden des Titels + $tmp_titel = mila($termin->getTitle()); //Beschneiden des Titels $title .= ', ' . $tmp_titel; }