File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Backend/view/adminhtml/templates/dashboard
Msrp/view/frontend/templates/render/item Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ $viewModel = $block->getViewModel();
1919?>
2020<div class="dashboard-diagram">
2121 <div class="dashboard-diagram-graph">
22- <canvas id="chart_<?= $ escaper ->escapeHtmlAttr ($ block ->getData ('html_id ' )) ?> _period"/ >
22+ <canvas id="chart_<?= $ escaper ->escapeHtmlAttr ($ block ->getData ('html_id ' )) ?> _period"></canvas >
2323 <?= /* @noEscape */ $ secureRenderer ->renderStyleAsTag (
2424 'display:none ' ,
2525 '#chart_ ' . $ escaper ->escapeJs ($ block ->getData ('html_id ' )) . '_period '
Original file line number Diff line number Diff line change 3434 <?php endif ; ?>
3535 <?php if ($ _catalogHelper ->isShowPriceOnGesture ($ _product )): ?>
3636 <?php $ priceElementId = 'product-price- ' . $ _id . $ block ->getIdSuffix (); ?>
37- <span id="<?= /* @noEscape */ $ priceElementId ?> "/ >
37+ <span id="<?= /* @noEscape */ $ priceElementId ?> "></span >
3838 <?= /* @noEscape */ $ secureRenderer ->renderStyleAsTag ("display: none " , '# ' . $ priceElementId ) ?>
3939
4040 <?php $ popupId = 'msrp-popup- ' . $ _id . $ block ->getRandomString (20 ); ?>
You can’t perform that action at this time.
0 commit comments