fix typo
This commit is contained in:
		
							parent
							
								
									44c785aa01
								
							
						
					
					
						commit
						b195da0e46
					
				| @ -77,7 +77,7 @@ if ($O_recipe === null) { | ||||
|                     foreach($A_ingredients as $O_ingredient) { | ||||
|                         echo '<li> | ||||
|                             <label for="recipeIngredient'.$i.'">Ingrédient :</label> | ||||
|                             <input type="text" name="recipeIngredientNamess[]" id="recipeIngredient'.$i.'" placeholder="Farine" value="'.$O_ingredient->S_NAME.'"> | ||||
|                             <input type="text" name="recipeIngredientNames[]" id="recipeIngredient'.$i.'" placeholder="Farine" value="'.$O_ingredient->S_NAME.'"> | ||||
|                             <label for="recipeQuantity'.$i.'">Quantité :</label> | ||||
|                             <input type="text" name="recipeIngredientQuantities[]" id="recipeIngredient'.$i.'" placeholder="500g" value="'.$O_ingredient->S_QUANTITY.'"> | ||||
|                         </li>'; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user