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 992825c commit 7234972Copy full SHA for 7234972
app/code/Magento/Review/view/frontend/templates/product/view/list.phtml
@@ -11,7 +11,7 @@ $format = $block->getDateFormat() ?: \IntlDateFormatter::SHORT;
11
?>
12
<?php if (count($_items)) : ?>
13
<div class="block review-list" id="customer-reviews">
14
- <?php if (!$block->getHideTitle()): ?>
+ <?php if (!$block->getHideTitle()) : ?>
15
<div class="block-title">
16
<strong><?= $block->escapeHtml(__('Customer Reviews')) ?></strong>
17
</div>
0 commit comments