Skip to content

Commit

Permalink
ENGCOM-2485: Remove spaces around amount span. #17027
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Idolov committed Jul 26, 2018
2 parents 5518f29 + f48f8da commit 32333d0
Showing 1 changed file with 2 additions and 3 deletions.
Expand Up @@ -19,9 +19,8 @@
<?= ($block->getPriceDisplayLabel()) ? 'data-label="' . $block->getPriceDisplayLabel() . $block->getPriceDisplayInclExclTaxes() . '"' : '' ?>
data-price-amount="<?= /* @escapeNotVerified */ $block->getDisplayValue() ?>"
data-price-type="<?= /* @escapeNotVerified */ $block->getPriceType() ?>"
class="price-wrapper <?= /* @escapeNotVerified */ $block->getPriceWrapperCss() ?>">
<?= /* @escapeNotVerified */ $block->formatCurrency($block->getDisplayValue(), (bool)$block->getIncludeContainer()) ?>
</span>
class="price-wrapper <?= /* @escapeNotVerified */ $block->getPriceWrapperCss() ?>"
><?= /* @escapeNotVerified */ $block->formatCurrency($block->getDisplayValue(), (bool)$block->getIncludeContainer()) ?></span>
<?php if ($block->hasAdjustmentsHtml()): ?>
<?= $block->getAdjustmentsHtml() ?>
<?php endif; ?>
Expand Down

0 comments on commit 32333d0

Please sign in to comment.