File tree 3 files changed +3
-3
lines changed
Catalog/view/frontend/templates/product/view
Checkout/view/frontend/templates/cart
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
$ label = $ block ->getChildData ($ alias , 'title ' );
22
22
?>
23
23
<div class="data item title"
24
- aria-labeledby ="tab-label-<?= /* @escapeNotVerified */ $ alias ?> -title"
24
+ aria-labelledby ="tab-label-<?= /* @escapeNotVerified */ $ alias ?> -title"
25
25
data-role="collapsible" id="tab-label-<?= /* @escapeNotVerified */ $ alias ?> ">
26
26
<a class="data switch"
27
27
tabindex="-1"
Original file line number Diff line number Diff line change 26
26
class="cart items data table"
27
27
data-mage-init='{"shoppingCart":{"emptyCartButton": "action.clear",
28
28
"updateCartActionContainer": "#update_cart_action_container"}}'>
29
- <caption role="heading" aria-level="2" class="table-caption"><?= /* @escapeNotVerified */ __ ('Shopping Cart Items ' ) ?> </caption>
29
+ <caption class="table-caption"><?= /* @escapeNotVerified */ __ ('Shopping Cart Items ' ) ?> </caption>
30
30
<thead>
31
31
<tr>
32
32
<th class="col item" scope="col"><span><?= /* @escapeNotVerified */ __ ('Item ' ) ?> </span></th>
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ $canApplyMsrp = $helper->isShowBeforeOrderConfirm($product) && $helper->isMinima
111
111
</td>
112
112
</tr>
113
113
<tr class="item-actions">
114
- <td colspan="100 ">
114
+ <td colspan="4 ">
115
115
<div class="actions-toolbar">
116
116
<?= /* @escapeNotVerified */ $ block ->getActions ($ _item ) ?>
117
117
</div>
You can’t perform that action at this time.
0 commit comments