Skip to content

Commit 599f3fc

Browse files
committed
MAGETWO-48544: Merge branch 'patch-2' of git://github.com/mageho/magento2 into MAGETWO-48544
2 parents d3f13c0 + 70b70eb commit 599f3fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/code/Magento/Checkout/view/frontend/layout/checkout_cart_index.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,9 @@
183183
</block>
184184
</container>
185185
<container name="checkout.cart.noitems" as="no-items">
186-
<block class="Magento\Checkout\Block\Cart" name="checkout.cart.empty" before="-" template="cart/noItems.phtml"/>
187-
<container name="checkout.cart.empty.widget" as="checkout_cart_empty_widget" label="Empty Shopping Cart Content Before"/>
186+
<block class="Magento\Checkout\Block\Cart" name="checkout.cart.empty" before="-" template="cart/noItems.phtml">
187+
<container name="checkout.cart.empty.widget" as="checkout_cart_empty_widget" label="Empty Shopping Cart Content Before"/>
188+
</block>
188189
</container>
189190
</block>
190191
</referenceContainer>

0 commit comments

Comments
 (0)