Commit 58dee3b7245bbefc9a3d79302a914923f706bbcf

Authored by grouille
1 parent e95c902b

Affichage du réseau

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