diff --git a/schedule/parse.php b/schedule/parse.php index 4c38906..144ecec 100644 --- a/schedule/parse.php +++ b/schedule/parse.php @@ -310,7 +310,7 @@ function parseData($config, $data) { $schedule_body .= ''; } - $schedule = ''; + $schedule = '
'; foreach ($data['halls'] as $hall_id => $hall) { if (!in_array($hall_id, $hall_ids)) {