Skip to content

Commit

Permalink
Fixed breadcrumb quote issue in product page #15037
Browse files Browse the repository at this point in the history
  • Loading branch information
jignesh-baldha authored May 19, 2018
1 parent 3bd8afb commit 6fcfb88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $viewModel = $block->getData('viewModel');
"breadcrumbs": {
"categoryUrlSuffix": "<?= $block->escapeHtml($viewModel->getCategoryUrlSuffix()); ?>",
"useCategoryPathInUrl": <?= (int)$viewModel->isCategoryUsedInProductUrl(); ?>,
"product": "<?= $block->escapeHtml($viewModel->getProductName()); ?>"
"product": "<?= $block->escapeQuote($viewModel->getProductName(), true); ?>"
}
}'>
</div>

0 comments on commit 6fcfb88

Please sign in to comment.