Skip to content
Snippets Groups Projects
Commit 4a1079ce authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files
parents 208aeace d6bd43e9
No related branches found
No related tags found
No related merge requests found
......@@ -95,8 +95,8 @@ if(isset($_GET['recetteId']) && !empty($_GET['recetteId'])){
foreach($ingredient as $valeur){
$i++;
echo "<div class='custom-control custom-checkbox'>";
echo "<input type='checkbox' class='custom-control-input'id=customCheck".$i."'>";
echo" <label class='custom-control-label' for='customCheck1'>".$valeur["nom"]."</label>";
echo "<input type='checkbox' class='custom-control-input' id='customCheck".$i."'>";
echo" <label class='custom-control-label' >".$valeur["nom"]."</label>";
echo"</div>";
}
?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment