소스 검색

Add header to all races table

Foppe Hemminga 6 년 전
부모
커밋
651d14ad25
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      index.php

+ 1 - 0
index.php

@@ -90,6 +90,7 @@
                 WHERE race_date >= %s ORDER BY race_date, venue, race;", $conn->quote($date->format('Y-m-d')));
                 $stmt3 = $conn->query( $query );
                 ?>
+                <h4>All races featured on Racing Australia</h4>
                 <table class="table table-striped table-bordered">
                     <caption>All races</caption>
                     <thead>