We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc5c33b commit ce39035Copy full SHA for ce39035
app/code/Magento/Catalog/view/frontend/templates/product/breadcrumbs.phtml
@@ -7,4 +7,4 @@
7
/** @var \Magento\Catalog\ViewModel\Product\Breadcrumbs $viewModel */
8
$viewModel = $block->getData('viewModel');
9
?>
10
-<div class="breadcrumbs" data-mage-init='<?= $viewModel->getJsonConfiguration() ?>'></div>
+<div class="breadcrumbs" data-mage-init='<?= /* @escapeNotVerified */ $viewModel->getJsonConfiguration() ?>'></div>
0 commit comments