Mistyped div tag was throwing off a site.

git-svn-id: http://svn.cleancode.org/svn/pickles@57 4d10bc64-7434-11dc-a737-d2d0f8310089
This commit is contained in:
Josh Sherman 2008-09-23 02:25:15 +00:00
parent 5390e37612
commit 3d4b9f63b8

View file

@ -22,6 +22,7 @@
<td class="product-description">{$product.name}</td>
<td class="product-price">${$product.price}</td>
<td class="product-total">${$product.total}</td>
</tr>
{/foreach}
<tr>
<td colspan="5">
@ -32,4 +33,4 @@
{else}
You have no items in your shopping cart.
{/if}
<div>
</div>