From efeb36422a0865cda730ecdd12ceb657ae2534bf Mon Sep 17 00:00:00 2001 From: Valerij Ivashchenko Date: Mon, 23 Jul 2018 16:15:35 +0300 Subject: [PATCH] Remove spaces around amount span. --- .../view/base/templates/product/price/amount/default.phtml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/code/Magento/Catalog/view/base/templates/product/price/amount/default.phtml b/app/code/Magento/Catalog/view/base/templates/product/price/amount/default.phtml index 86168c742c0f1..ce1561e382eed 100644 --- a/app/code/Magento/Catalog/view/base/templates/product/price/amount/default.phtml +++ b/app/code/Magento/Catalog/view/base/templates/product/price/amount/default.phtml @@ -19,9 +19,8 @@ getPriceDisplayLabel()) ? 'data-label="' . $block->getPriceDisplayLabel() . $block->getPriceDisplayInclExclTaxes() . '"' : '' ?> data-price-amount="getDisplayValue() ?>" data-price-type="getPriceType() ?>" - class="price-wrapper getPriceWrapperCss() ?>"> - formatCurrency($block->getDisplayValue(), (bool)$block->getIncludeContainer()) ?> - + class="price-wrapper getPriceWrapperCss() ?>" + >formatCurrency($block->getDisplayValue(), (bool)$block->getIncludeContainer()) ?> hasAdjustmentsHtml()): ?> getAdjustmentsHtml() ?>