Skip to content

Commit 3da492b

Browse files
authored
Fix static test after merge
1 parent 47cef27 commit 3da492b

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
@@ -70,7 +70,7 @@ $_helper = $block->getData('outputHelper');
7070
<strong class="product name product-item-name">
7171
<a class="product-item-link"
7272
href="<?= $escaper->escapeUrl($_product->getProductUrl()) ?>">
73-
<?=/* @noEscape */ $_helper->productAttribute($_product, $_product->getName(), 'name') ?>
73+
<?=/* @noEscape */ $_helper->productAttribute($_product, $_product->getName(), 'name')?>
7474
</a>
7575
</strong>
7676
<?= $block->getReviewsSummaryHtml($_product, $templateType) ?>

0 commit comments

Comments
 (0)