Skip to content
Snippets Groups Projects
Commit 90b5caaa authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by David Siegfried
Browse files

fix double encoding, fixes #637

parent 9b05931c
No related branches found
No related tags found
No related merge requests found
...@@ -143,7 +143,7 @@ class Calendar_ContentboxController extends StudipController { ...@@ -143,7 +143,7 @@ class Calendar_ContentboxController extends StudipController {
} }
if ($termin->getTitle()) { if ($termin->getTitle()) {
$tmp_titel = htmlReady(mila($termin->getTitle())); //Beschneiden des Titels $tmp_titel = mila($termin->getTitle()); //Beschneiden des Titels
$title .= ', ' . $tmp_titel; $title .= ', ' . $tmp_titel;
} }
......
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