Skip to content

Commit 382cac4

Browse files
fix line size issue
1 parent 6b9bf69 commit 382cac4

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Bundle/view/frontend/templates/catalog/product/view/type/bundle/option

1 file changed

+1
-0
lines changed

app/code/Magento/Bundle/view/frontend/templates/catalog/product/view/type/bundle/option/checkbox.phtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<?php else: ?>
2525
<?php foreach ($_selections as $_selection): ?>
2626
<div class="field choice">
27+
<?php /** phpcs:disable */ ?>
2728
<input class="bundle-option-<?= $block->escapeHtmlAttr($_option->getId()) ?> checkbox product bundle option change-container-classname"
2829
id="bundle-option-<?= $block->escapeHtmlAttr($_option->getId()) ?>-<?= $block->escapeHtmlAttr($_selection->getSelectionId()) ?>"
2930
type="checkbox"

0 commit comments

Comments
 (0)