Commit 2c52fd1d78ed403c2d1be9f84b8e92e5746d4718

Authored by grouille
1 parent 14fd87ea

Affichage du réseau

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
site/network.php
... ... @@ -42,7 +42,7 @@ $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 class="tdp"><?php echo $capteur['nom'];?></td>
  45 + <td><p class="tdp"><?php echo $capteur['nom'];?></p></td>
46 46 <td class="tdp"><?php echo $capteur['unite'];?></td>
47 47 </tr>
48 48 <?php
... ...