fix table style
This commit is contained in:
parent
4225e2f191
commit
dbbdb20b61
|
@ -310,7 +310,7 @@ function parseData($config, $data) {
|
||||||
$schedule_body .= '</tr>';
|
$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) {
|
foreach ($data['halls'] as $hall_id => $hall) {
|
||||||
if (!in_array($hall_id, $hall_ids)) {
|
if (!in_array($hall_id, $hall_ids)) {
|
||||||
|
|
Loading…
Reference in New Issue