aboutsummaryrefslogtreecommitdiffstats
path: root/functions/date_functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions/date_functions.php')
-rw-r--r--functions/date_functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions/date_functions.php b/functions/date_functions.php
index 74e428e..5a80cb2 100644
--- a/functions/date_functions.php
+++ b/functions/date_functions.php
@@ -192,6 +192,7 @@ function openevent($event_date, $time, $uid, $arr, $lines = 0, $length = 0, $lin
}
if (!empty($event_text)) {
+ $title = strip_tags(str_replace("<br />","\n",$title));
if ($lines > 0) {
$event_text = word_wrap($event_text, $length, $lines);
}

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