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