Skip to content

Commit

Permalink
ENGCOM-2032: Fixed breadcrumb quote issue in product page #16148
Browse files Browse the repository at this point in the history
 - Merge Pull Request #16148 from jignesh-baldha/magento2:forward-15347
 - Merged commits:
   1. e9fa7b6
   2. 388b587
  • Loading branch information
magento-engcom-team committed Jun 18, 2018
2 parents e22b7a2 + 388b587 commit 46a3681
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($block->escapeJsQuote($viewModel->getProductName(), '"')); ?>"
"product": "<?= $block->escapeHtml($block->escapeJs($viewModel->getProductName())); ?>"
}
}'>
</div>

0 comments on commit 46a3681

Please sign in to comment.