aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/tree.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/tree.php')
-rw-r--r--app/controllers/tree.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/tree.php b/app/controllers/tree.php
index 22135a5..9bde648 100644
--- a/app/controllers/tree.php
+++ b/app/controllers/tree.php
@@ -39,7 +39,7 @@ class TreeController extends AuthenticatedController
$course->veranstaltungsnummer,
$course->getFullName('type-number-name'),
$course->getTextualSemester(),
- strip_tags(implode("\n", $course->getAllDatesInSemester()->toStringArray())),
+ implode("\n", $course->getAllDatesInSemester()->toStringArray()),
implode(', ', $lecturers),
implode("\n", $studyAreaPaths)
];