@@ -54,9 +54,9 @@ TABLEFOOT;
<?php
if ( $new_day != '' ) {
if ( $new_day != $row['race_date'] ) {
- echo $table_foot;
+ echo '</table>';
echo '<h4>' . htmlspecialchars($row['race_date']) . '</h4>';
- echo $table_head;
+ echo ' <table class="table table-striped table-bordered">';
$new_day = $row['race_date'];
$head_displayed = True;
}