Skip to content

Commit

Permalink
https://github.com/opencart/opencart/issues/2273
Browse files Browse the repository at this point in the history
  • Loading branch information
gortsilas committed Nov 14, 2014
1 parent 88471d1 commit 13ce3c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
<td class="text-right"><?php echo $column_action; ?></td>
</tr>
</thead>
<?php foreach ($products as $product) { ?>
<tbody id="wishlist-row<?php echo $product['product_id']; ?>">
<?php foreach ($products as $product) { ?>
<tr>
<td class="text-center"><?php if ($product['thumb']) { ?>
<a href="<?php echo $product['href']; ?>"><img src="<?php echo $product['thumb']; ?>" alt="<?php echo $product['name']; ?>" title="<?php echo $product['name']; ?>" /></a>
Expand Down

0 comments on commit 13ce3c1

Please sign in to comment.