From 6689fd2d5d75e373ac767d36a389ae1552fbbaf7 Mon Sep 17 00:00:00 2001 From: Aerex Date: Wed, 2 Oct 2019 23:19:47 -0500 Subject: [PATCH] fix: Remove extra trailing space description in recipe descriptions --- templates/recipe/list.yml | 2 +- templates/recipe/view.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/recipe/list.yml b/templates/recipe/list.yml index 768d7be..186f6e9 100644 --- a/templates/recipe/list.yml +++ b/templates/recipe/list.yml @@ -5,7 +5,7 @@ name: {{ recipe.fields.name }} base_servings: {{ recipe.fields.base_servings }} required_fulfilled: {{ render_recipe_fulfilment(recipe.fields.fulfillment, grocy.meta.fa_icons) }} description: |- - {{ recipe.fields.description }} +{{ recipe.fields.description }} {% if loop.nextitem %} --- {%endif%} diff --git a/templates/recipe/view.yml b/templates/recipe/view.yml index abbb2fa..b864ec7 100644 --- a/templates/recipe/view.yml +++ b/templates/recipe/view.yml @@ -6,7 +6,7 @@ ingredients: {% for ingredient in grocy.meta.recipes.ingredients.valid_values %} {{ ingredient_label(ingredient) }} {{ render_stock_fulfilment(ingredient, grocy.meta.fa_icons) }} note: {{ ingredient.note }} {% endfor %} description: |- - {{ grocy.fields.description }} +{{ grocy.fields.description }}