Commit cfadb181619815c10b154c9c51e0fa5429c909b0

Authored by grouille
1 parent 4ed0f35a

Affichage du réseau

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -37,7 +37,7 @@ $raspberrys = getRaspberrys(); @@ -37,7 +37,7 @@ $raspberrys = getRaspberrys();
37 $source = "img/pi.png"; 37 $source = "img/pi.png";
38 } 38 }
39 ?> 39 ?>
40 - <td><img src=<?php echo $source;?> alt="Capteur" style="width:auto; height:50px;"></td> 40 + <td><img src="<?php echo $source;?>" alt="Capteur" style="width:auto; height:50px;"></td>
41 <?php 41 <?php
42 42
43 ?> 43 ?>