diff --git a/source/_integrations/mealie.markdown b/source/_integrations/mealie.markdown index 9189b0cbfb9..043ab55dda5 100644 --- a/source/_integrations/mealie.markdown +++ b/source/_integrations/mealie.markdown @@ -145,7 +145,7 @@ template: unique_id: mealie_dinner_today state: > {% for meal in result.mealplan if meal.entry_type == "dinner" -%} - {{ meal.recipe['name'] if meal.recipe is not none else meal.title }} + {{ meal.recipe['name'] if meal.recipe is not none else meal.title -}} {{ ", " if not loop.last }} {%- endfor %} ```