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 }} | base_servings: {{ recipe.fields.base_servings }} | ||||||
| required_fulfilled: {{ render_recipe_fulfilment(recipe.fields.fulfillment, grocy.meta.fa_icons) }} | required_fulfilled: {{ render_recipe_fulfilment(recipe.fields.fulfillment, grocy.meta.fa_icons) }} | ||||||
| description: |-  | description: |-  | ||||||
|   {{ recipe.fields.description }}  | {{ recipe.fields.description }}  | ||||||
| {% if loop.nextitem %} | {% if loop.nextitem %} | ||||||
| --- | --- | ||||||
| {%endif%} | {%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) }} |     {{ ingredient_label(ingredient) }} {{ render_stock_fulfilment(ingredient, grocy.meta.fa_icons) }} | ||||||
|     note: {{ ingredient.note }} {% endfor %} |     note: {{ ingredient.note }} {% endfor %} | ||||||
| description: |-  | description: |-  | ||||||
|   {{ grocy.fields.description }}  | {{ grocy.fields.description }}  | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user