Skip to content

Commit 7234972

Browse files
MC-18071: Reviews not displaying on product page with "Product – Full Width" layout
1 parent 992825c commit 7234972

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Review/view/frontend/templates/product/view

1 file changed

+1
-1
lines changed

app/code/Magento/Review/view/frontend/templates/product/view/list.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $format = $block->getDateFormat() ?: \IntlDateFormatter::SHORT;
1111
?>
1212
<?php if (count($_items)) : ?>
1313
<div class="block review-list" id="customer-reviews">
14-
<?php if (!$block->getHideTitle()): ?>
14+
<?php if (!$block->getHideTitle()) : ?>
1515
<div class="block-title">
1616
<strong><?= $block->escapeHtml(__('Customer Reviews')) ?></strong>
1717
</div>

0 commit comments

Comments
 (0)