Skip to content
Snippets Groups Projects
Commit beba8bd5 authored by suprasanity's avatar suprasanity
Browse files

ptn sa mere la puyte apostrophe de merde

parent ff191025
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