File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
app/code/Magento/Catalog/view/base/templates/product/price/amount Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 19
19
<?= ($block->getPriceDisplayLabel()) ? 'data-label="' . $block->getPriceDisplayLabel() . $block->getPriceDisplayInclExclTaxes() . '"' : '' ?>
20
20
data-price-amount="<?= /* @escapeNotVerified */ $block->getDisplayValue() ?>"
21
21
data-price-type="<?= /* @escapeNotVerified */ $block->getPriceType() ?>"
22
- class="price-wrapper <?= /* @escapeNotVerified */ $block->getPriceWrapperCss() ?>">
23
- <?= /* @escapeNotVerified */ $block->formatCurrency($block->getDisplayValue(), (bool)$block->getIncludeContainer()) ?>
24
- </span>
22
+ class="price-wrapper <?= /* @escapeNotVerified */ $block->getPriceWrapperCss() ?>"
23
+ ><?= /* @escapeNotVerified */ $block->formatCurrency($block->getDisplayValue(), (bool)$block->getIncludeContainer()) ?></span>
25
24
<?php if ($block->hasAdjustmentsHtml()): ?>
26
25
<?= $block->getAdjustmentsHtml() ?>
27
26
<?php endif; ?>
You can’t perform that action at this time.
0 commit comments