We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c31f7 commit 862be0dCopy full SHA for 862be0d
calendars/test.ics
@@ -102,8 +102,8 @@ SEQUENCE:7
102
UID:starts on 07
103
DTSTAMP:20020918T224617Z
104
SUMMARY:Earlier overlap
105
-DESCRIPTION:this is a test
106
- multiline
+DESCRIPTION:this is a test \n
+ multiline \n
107
description
108
STATUS:CONFIRMED
109
DURATION:P3D
rss/rss_common.php
@@ -185,6 +185,7 @@
185
#uncomment for shorter event text with ...
186
# $event_text = word_wrap($event_text, 21, $tomorrows_events_lines);
187
$description = stripslashes(urldecode($val["description"]));
188
+ $description = str_replace('<br />',"\n",$description);
189
$description = strip_tags($description, '<b><i><u>');
190
$description = str_replace('&','&',$description);
191
$description = str_replace('&amp;','&',$description);
0 commit comments