Foppe Hemminga пре 6 година
родитељ
комит
53be31270b
1 измењених фајлова са 2 додато и 0 уклоњено
  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