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 4d1b832 + 66e0058 commit a8289c9Copy full SHA for a8289c9
app/code/Magento/Wishlist/view/frontend/templates/item/list.phtml
@@ -20,7 +20,7 @@ $columns = $block->getColumns();
20
<?php /* @escapeNotVerified */ echo($iterator++ == 1) ? '<li data-row="product-item" class="product-item" id="item_' . $item->getId() . '">' : '</li><li class="product-item" id="item_' . $item->getId() . '">' ?>
21
<div class="product-item-info">
22
<?php foreach ($columns as $column): ?>
23
- <?php $column->setItem($item); echo $column->toHtml($item);?>
+ <?= $column->setItem($item)->toHtml() ?>
24
<?php endforeach; ?>
25
</div>
26
<?php echo($iterator == count($block->getItems())+1) ? '</li>' : '' ?>
0 commit comments