From 3d4b9f63b8996b2c8858590a994714c269f19f67 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Tue, 23 Sep 2008 02:25:15 +0000 Subject: [PATCH] Mistyped div tag was throwing off a site. git-svn-id: http://svn.cleancode.org/svn/pickles@57 4d10bc64-7434-11dc-a737-d2d0f8310089 --- templates/store/cart.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/store/cart.tpl b/templates/store/cart.tpl index 49c2b29..99f5b97 100644 --- a/templates/store/cart.tpl +++ b/templates/store/cart.tpl @@ -22,6 +22,7 @@ {$product.name} ${$product.price} ${$product.total} + {/foreach} @@ -32,4 +33,4 @@ {else} You have no items in your shopping cart. {/if} -
+