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.
2 parents 5c39bfa + 6b0f6ef commit 762886eCopy full SHA for 762886e
app/code/Magento/Wishlist/view/frontend/templates/item/list.phtml
@@ -19,7 +19,7 @@ $columns = $block->getColumns();
19
<li data-row="product-item" class="product-item" id="item_<?= $block->escapeHtmlAttr($item->getId()) ?>">
20
<div class="product-item-info" data-container="product-grid">
21
<?php foreach ($columns as $column): ?>
22
- <?php $column->setItem($item); echo $column->toHtml($item);?>
+ <?= $column->setItem($item)->toHtml();?>
23
<?php endforeach; ?>
24
</div>
25
</li>
0 commit comments