Skip to content

Commit 302070f

Browse files
committed
MC-19184: Quick Search is broken
- fixed static tests
1 parent ebd62c8 commit 302070f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogSearch/view/frontend/templates/result.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $productList = $block->getProductListHtml();
1919
</div>
2020
</div>
2121
<?php endif; ?>
22-
<?= $productList ?>
22+
<?= /* @noEscape */ $productList ?>
2323
</div>
2424
<?php else : ?>
2525

0 commit comments

Comments
 (0)