aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--includes/event.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/event.php b/includes/event.php
index ea87418..8152942 100644
--- a/includes/event.php
+++ b/includes/event.php
@@ -105,14 +105,14 @@ $page->replace_tags(array(
'cal' => $event['calname'],
'event_text' => $event['event_text'],
'event_times' => $event_times,
- 'description' => str_replace('\n',"<br />",$event['description']),
+ 'description' => $event['description'],
'organizer' => $organizer,
'attendee' => $attendee,
'status' => $event['status'],
'location' => $event['location'],
'event_download' => $event_download,
'url' => $event['url'],
- 'cal_title_full' => $event['calname'].' '.$lang['l_calendar'],
+ 'cal_title_full' => $event['calname'],
'template' => $phpiCal_config->template,
'l_summary' => $lang['l_summary'],
'l_description' => $lang['l_description'],

© 2014-2024 Faster IT GmbH | imprint | privacy policy