Skip to content

Commit 7f47c10

Browse files
committed
Fixed static tests
1 parent e562473 commit 7f47c10

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Checkout/view/frontend/templates/cart/item/configure

1 file changed

+2
-2
lines changed

app/code/Magento/Checkout/view/frontend/templates/cart/item/configure/updatecart.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
?>
99
<?php $_product = $block->getProduct(); ?>
1010
<?php $buttonTitle = __('Update Cart'); ?>
11-
<?php if ($_product->isSaleable()) :?>
11+
<?php if ($_product->isSaleable()):?>
1212
<div class="box-tocart update">
1313
<fieldset class="fieldset">
14-
<?php if ($block->shouldRenderQuantity()) :?>
14+
<?php if ($block->shouldRenderQuantity()):?>
1515
<div class="field qty">
1616
<label class="label" for="qty"><span><?= $block->escapeHtml(__('Qty')) ?></span></label>
1717
<div class="control">

0 commit comments

Comments
 (0)