diff --git a/changelog/67_UNRELEASED_xxxx-xx-xx.md b/changelog/67_UNRELEASED_xxxx-xx-xx.md index d8afced7..4c002978 100644 --- a/changelog/67_UNRELEASED_xxxx-xx-xx.md +++ b/changelog/67_UNRELEASED_xxxx-xx-xx.md @@ -22,6 +22,7 @@ - Fixed that the price of the "Produces product"-product, which is added to stock on consuming a recipe, was wrong (was the recipe total costs multiplied by the serving amount instead of only the recipe total costs) - Fixed that calories of recipe ingredients were displayed with an indefinite number of decimal places - Fixed that ingredient amounts were wrong for multi-nested (> 2 levels) recipes, when the included recipe used an serving amount other than 1 +- Fixed that searching/filtering the recipe gallery view did not work correctly ### Meal plan diff --git a/views/recipes.blade.php b/views/recipes.blade.php index 245360df..aacc08bb 100644 --- a/views/recipes.blade.php +++ b/views/recipes.blade.php @@ -219,7 +219,7 @@ id="gallery">
@foreach($recipes as $recipe) -
- + @endforeach