diff --git a/includes/Shortcodes/Events.php b/includes/Shortcodes/Events.php index 74cc4b5..aba58af 100644 --- a/includes/Shortcodes/Events.php +++ b/includes/Shortcodes/Events.php @@ -204,7 +204,7 @@ public static function shortcode($atts, $content = "") $metaAttendance = ''; $metaLocation = '' . ''; - $locationOut = $location . ' / ' . __('Online', 'rrze-calendar'); + $locationOut = '
' . strip_tags($location) . ' / ' . __('Online', 'rrze-calendar') . '
'; } else { $metaLocation = ''; $metaAttendance = ''; diff --git a/rrze-calendar.php b/rrze-calendar.php index f6adc13..995b75d 100644 --- a/rrze-calendar.php +++ b/rrze-calendar.php @@ -4,7 +4,7 @@ Plugin Name: RRZE Calendar Plugin URI: https://github.com/RRZE-Webteam/rrze-calendar Description: Import and output of FAU public events. -Version: 2.2.11 +Version: 2.2.12 Author: RRZE Webteam Author URI: https://blogs.fau.de/webworking/ License: GNU General Public License v3.0