Commit f81fff101458052ef65c9413e19a90d1b0152fc1

Authored by grouille
1 parent b268e61c

MAJ

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
site/reception.php
@@ -70,7 +70,7 @@ if(isset($_POST['sensor'])) @@ -70,7 +70,7 @@ if(isset($_POST['sensor']))
70 70
71 for($i = 0; $i<$size; $i++) 71 for($i = 0; $i<$size; $i++)
72 { 72 {
73 - $ansible = $ansible."---".$retour[$i]."---"; 73 + $ansible = $ansible.$retour[$i]."<br/>";
74 } 74 }
75 } 75 }
76 else 76 else