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:
parent
5390e37612
commit
3d4b9f63b8
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue