Skip to content
Snippets Groups Projects
Commit 1a407e62 authored by punit-vaswani's avatar punit-vaswani
Browse files

Fix for #11796 Magento2.2.0 home page product grid issues (li tag)

parent 82835262
No related merge requests found
......@@ -35,8 +35,7 @@
<ol class="product-items <?= /* @noEscape */ $type ?>">
<?php $iterator = 1; ?>
<?php foreach ($items as $_item): ?>
<?php $iterator++; ?>
<li class="product-item">
<?= ($iterator++ == 1) ? '<li class="product-item">' : '</li><li class="product-item">' ?>
<div class="product-item-info">
<a href="<?= $block->escapeUrl($block->getProductUrl($_item)) ?>" class="product-item-photo">
<?= $block->getImage($_item, $image)->toHtml() ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment