fix: Remove extra trailing space description in recipe descriptions
This commit is contained in:
		| @@ -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%} | ||||
|   | ||||
| @@ -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 }}  | ||||
|  | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user