diff --git a/web/edit_entry_handler.php b/web/edit_entry_handler.php index 05f768523..0c22c0a25 100644 --- a/web/edit_entry_handler.php +++ b/web/edit_entry_handler.php @@ -648,9 +648,9 @@ function invalid_booking(string $message) : void // other words make sure that the first starttime defines an actual // entry. We need to do this because if we are going to construct an iCalendar // object, RFC 5545 demands that the start time is the first event of - // a series. ["The "DTSTART" property for a "VEVENT" specifies the inclusive + // a series. ['The "DTSTART" property for a "VEVENT" specifies the inclusive // start of the event. For recurring events, it also specifies the very first - // instance in the recurrence set."] + // instance in the recurrence set.'] // Get the first entry in the series and make that the start time $reps = $repeat_rule->getRepeatStartTimes($start_time, 1);