From 07cdac97f23fd6e59cdbdf0111500013f6511f4c Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 21 Jun 2010 15:53:56 -0400 Subject: [PATCH] Fix missing typo in recipe.html template --- cookbook/template/recipe.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/template/recipe.html b/cookbook/template/recipe.html index 6ffa93f..23cd564 100644 --- a/cookbook/template/recipe.html +++ b/cookbook/template/recipe.html @@ -28,7 +28,7 @@

{{ ingredient_block.heading() }}

{% for ingredient in ingredient_block %} - {{ ingredient.__unicode__() }} + {% endfor %}
{{ ingredient.__unicode__() }}
{% endfor %} -- 2.26.2