Foppe Hemminga 6 anni fa
parent
commit
690142d038
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      index.php

+ 2 - 2
index.php

@@ -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;
 				}