Explorar o código

Add header to all races table

Foppe Hemminga %!s(int64=6) %!d(string=hai) anos
pai
achega
651d14ad25
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>