Procházet zdrojové kódy

Add header to all races table

Foppe Hemminga před 6 roky
rodič
revize
651d14ad25
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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>