Commit 064570f96cdfb7ccc0da63fa678f25e5ef1fa914

Authored by grouille
1 parent b284256b

MAJ

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
site/values.php
... ... @@ -4,14 +4,14 @@
4 4 <h1 style="margin-bottom:20px; margin-top:60px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fas fa-database"></i> Valeurs des capteurs</h1>
5 5 <table class="table table-striped table-bordered">
6 6 <tbody>
7   - <th>
  7 + <tr>
8 8 <td>Nom</td>
9 9 <td>Raspberry</td>
10 10 <td>Type</td>
11 11 <td>Valeur</td>
12 12 <td>Unité</td>
13 13 <td>Arrêt</td>
14   - </th>
  14 + </tr>
15 15  
16 16 <?php
17 17 $sensors = getSensors();
... ...