We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5790c16 commit 8283526Copy full SHA for 8283526
app/code/Magento/CatalogWidget/view/frontend/templates/product/widget/content/grid.phtml
@@ -35,7 +35,7 @@
35
<ol class="product-items <?= /* @noEscape */ $type ?>">
36
<?php $iterator = 1; ?>
37
<?php foreach ($items as $_item): ?>
38
- <?php if ($iterator++ != 1): ?></li><?php endif ?>
+ <?php $iterator++; ?>
39
<li class="product-item">
40
<div class="product-item-info">
41
<a href="<?= $block->escapeUrl($block->getProductUrl($_item)) ?>" class="product-item-photo">
0 commit comments