Foppe Hemminga vor 6 Jahren
Ursprung
Commit
53be31270b
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      index.php

+ 2 - 0
index.php

@@ -48,6 +48,7 @@
             ORDER BY race_date, venue, race;", $conn->quote($date->format('Y-m-d')));
         $stmt2 = $conn->query( $query );
         ?>
+        <h1>Races featured on Torn</h1>
         <table class="table table-striped table-bordered">
             <caption>Races featured on Torn</caption>
             <thead>
@@ -111,6 +112,7 @@
             </tbody>
         </table>
         -->
+        <h1>Scratchings</h1>
 <table class="table table-striped table-bordered">
     <?php
     $table_head = <<<TABLEHEAD