Foppe Hemminga 6 лет назад
Родитель
Сommit
690142d038
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      index.php

+ 2 - 2
index.php

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