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 1a407e6 commit c0d59a8Copy full SHA for c0d59a8
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
- <?= ($iterator++ == 1) ? '<li class="product-item">' : '</li><li class="product-item">' ?>
+ <?= /* @noEscape */ ($iterator++ == 1) ? '<li class="product-item">' : '</li><li class="product-item">' ?>
39
<div class="product-item-info">
40
<a href="<?= $block->escapeUrl($block->getProductUrl($_item)) ?>" class="product-item-photo">
41
<?= $block->getImage($_item, $image)->toHtml() ?>
0 commit comments