diff --git a/Views/recipe/edit.php b/Views/recipe/edit.php index 99ae565..a2dd8f9 100644 --- a/Views/recipe/edit.php +++ b/Views/recipe/edit.php @@ -77,9 +77,9 @@ if ($O_recipe === null) { foreach($A_ingredients as $O_ingredient) { echo '
  • - + - +
  • '; $i++; }