diff --git a/admin/templates/events-calendar.php b/admin/templates/events-calendar.php index 167ff6a2..973876e0 100644 --- a/admin/templates/events-calendar.php +++ b/admin/templates/events-calendar.php @@ -162,7 +162,7 @@ if ( !function_exists( 'sportspress_events_calendar' ) ) { $calendar_output .= ''; if ( in_array($day, $daywithpost) ) // any posts today? - $calendar_output .= '$day"; + $calendar_output .= '$day"; else $calendar_output .= $day; $calendar_output .= '';