fix table style

This commit is contained in:
Vasil Kolev 2016-10-24 01:06:43 +03:00 committed by Openfest
parent 4225e2f191
commit dbbdb20b61
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ function parseData($config, $data) {
$schedule_body .= '</tr>';
}
$schedule = '<table border="1"><thead><tr><th></th>';
$schedule = '<table cellpadding="0" cellspacing="0" style="text-align: center;" class="schedule"><thead><tr><th></th>';
foreach ($data['halls'] as $hall_id => $hall) {
if (!in_array($hall_id, $hall_ids)) {