diff --git a/templates/event-calendar.php b/templates/event-calendar.php index 101a5c5d..1d870ebd 100644 --- a/templates/event-calendar.php +++ b/templates/event-calendar.php @@ -234,7 +234,7 @@ for ( $day = 1; $day <= $daysinmonth; ++$day ) { $calendar_output .= ''; if ( $day_has_posts ) // any posts today? - $calendar_output .= '$day"; + $calendar_output .= '$day"; else $calendar_output .= $day; $calendar_output .= '';