File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
app/code/Magento/Checkout/view/frontend/templates/cart Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
7
+ // phpcs:disable Generic.Files.LineLength.TooLong
8
+
7
9
/**
8
10
* @var \Magento\Framework\View\Element\AbstractBlock $block
9
11
*/
@@ -13,13 +15,9 @@ $hasCouponCode = $block->getCouponCode() !== null && strlen($block->getCouponCod
13
15
?>
14
16
<div class="block discount"
15
17
id="block-discount"
16
- data-mage-init='{"collapsible":{"active": <?= $ hasCouponCode ? 'true ' : 'false ' ?> ,
17
- "openedState": "active", "saveState": false}}'
18
- >
18
+ data-mage-init='{"collapsible":{"active": <?= $ hasCouponCode ? 'true ' : 'false ' ?> , "openedState": "active", "saveState": false}}'>
19
19
<div class="title" data-role="title">
20
- <strong id="block-discount-heading" role="heading" aria-level="2">
21
- <?= $ block ->escapeHtml (__ ('Apply Discount Code ' )) ?>
22
- </strong>
20
+ <strong id="block-discount-heading" role="heading" aria-level="2"><?= $ block ->escapeHtml (__ ('Apply Discount Code ' )) ?> </strong>
23
21
</div>
24
22
<div class="content" data-role="content" aria-labelledby="block-discount-heading">
25
23
<form id="discount-coupon-form"
You can’t perform that action at this time.
0 commit comments