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 9661291 commit 3dea8d0Copy full SHA for 3dea8d0
app/code/Magento/Wishlist/view/frontend/templates/item/column/review.phtml
@@ -7,4 +7,4 @@
7
/** @var \Magento\Wishlist\Block\Customer\Wishlist\Item\Column $block */
8
$product = $block->getItem()->getProduct();
9
?>
10
-<?= $block->getReviewsSummaryHtml($product, 'short') ?>
+<?= $block->getReviewsSummaryHtml($product, 'short');
0 commit comments