Skip to content

Commit 2cab120

Browse files
Static Tests build
1 parent fd4f88d commit 2cab120

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ $_helper = $this->helper(Magento\Catalog\Helper\Output::class);
7272
</strong>
7373
<?= $block->getReviewsSummaryHtml($_product, $templateType) ?>
7474
<?= /* @noEscape */ $block->getProductPrice($_product) ?>
75-
<?php if ($_product->isAvailable()): ?>
75+
<?php if ($_product->isAvailable()) :?>
7676
<?= $block->getProductDetailsHtml($_product) ?>
7777
<?php endif; ?>
7878

0 commit comments

Comments
 (0)