diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -26,14 +26,14 @@ <section class="section"> <table class="table is-fullwidth"> <thead> - <tr><th colspan="5"><div id="game_description"></div></th></tr> + <tr><th colspan="5"><div id="Game_description"></div></th></tr> <tr> <th>Court</th> <th colspan='2' style="text-align: center;">Team 1</th> <th colspan='2' style="text-align: center;">Team 2</th> </tr> </thead> - <tbody id="game_list"></tbody> + <tbody id="Game_list"></tbody> </table> </section> <section class="section"> @@ -53,15 +53,15 @@ </section> <section class="section"> <h1 class="title">Courts</h1> - <div id="court_list" class="button-grid"></div> + <div id="Court_list" class="button-grid"></div> </section> <section class="section"> <h1 class="title">Regulars</h1> - <div id="regular_list" class="button-grid"></div> + <div id="Regular_list" class="button-grid"></div> </section> <section class="section"> <h1 class="title">Guests</h1> - <div id="guest_list" class="button-grid"></div> + <div id="Guest_list" class="button-grid"></div> </section> <section class="section"> <h1 class="title">Player Update</h1> |
