aboutsummaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/event.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/event.php b/includes/event.php
index 9ae0a93..2d855fa 100644
--- a/includes/event.php
+++ b/includes/event.php
@@ -50,7 +50,9 @@ if (is_array($attendee)) {
}
if ($event['location']) {
- if ($event['url'] != '') $event['location'] = '<a href="'.$event['url'].'" target="_blank">'.$event['location'].'</a>';
+ if ($event['url'] != '') $event['location'] = '<a href="'.$event['url'].'" target="_blank">'.stripslashes($event['location']).'</a>';
+}else{
+ $event['location'] = stripslashes($event['location']);
}
if (!$event['location'] && $event['url']) {

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