aboutsummaryrefslogtreecommitdiffstats
path: root/rss/rss_common.php
diff options
context:
space:
mode:
Diffstat (limited to 'rss/rss_common.php')
-rw-r--r--rss/rss_common.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/rss/rss_common.php b/rss/rss_common.php
index 4601357..dc3c5ca 100644
--- a/rss/rss_common.php
+++ b/rss/rss_common.php
@@ -185,8 +185,8 @@ do {
#uncomment for shorter event text with ...
# $event_text = word_wrap($event_text, 21, $tomorrows_events_lines);
$description = stripslashes(urldecode($val["description"]));
- $description = str_replace('<br />',"\n",$description);
- $description = strip_tags($description, '<b><i><u>');
+ # $description = str_replace('<br />',"\n",$description);
+ $description = strip_tags($description, '<b><i><u><br>');
$description = str_replace('&','&amp;',$description);
$description = str_replace('&amp;amp;','&amp;',$description);
$rss_title = urldecode ("$dayofweek: $event_text");

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