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();
19
19
?>
20
20
<div class="dashboard-diagram">
21
21
<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 >
23
23
<?= /* @noEscape */ $ secureRenderer ->renderStyleAsTag (
24
24
'display:none ' ,
25
25
'#chart_ ' . $ escaper ->escapeJs ($ block ->getData ('html_id ' )) . '_period '
Original file line number Diff line number Diff line change 34
34
<?php endif ; ?>
35
35
<?php if ($ _catalogHelper ->isShowPriceOnGesture ($ _product )): ?>
36
36
<?php $ priceElementId = 'product-price- ' . $ _id . $ block ->getIdSuffix (); ?>
37
- <span id="<?= /* @noEscape */ $ priceElementId ?> "/ >
37
+ <span id="<?= /* @noEscape */ $ priceElementId ?> "></span >
38
38
<?= /* @noEscape */ $ secureRenderer ->renderStyleAsTag ("display: none " , '# ' . $ priceElementId ) ?>
39
39
40
40
<?php $ popupId = 'msrp-popup- ' . $ _id . $ block ->getRandomString (20 ); ?>
You can’t perform that action at this time.
0 commit comments