소스 검색

Split tables

Foppe Hemminga 6 년 전
부모
커밋
690142d038
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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;
 				}