Commit dc57dab181f683e95934be3a4dc67afd9013c5e8

Authored by grouille
1 parent 58dee3b7

Affichage du réseau

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
site/network.php
... ... @@ -42,7 +42,9 @@ $nombre = count($raspberrys);
42 42 }
43 43 ?>
44 44 <td><img src="<?php echo $source;?>" alt="Capteur" style="width:auto; height:50px;"></td>
45   - <td><?php echo $capteur['nom'];?></td>
  45 + <?php
  46 + echo "<td>".$capteur['nom']."</td>";
  47 + ?>
46 48 <td><?php echo $capteur['unite'];?></td>
47 49 </tr>
48 50 <?php
... ...