Skip to content

Commit

Permalink
fix line size issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ProkopovVitaliy committed May 28, 2020
1 parent 6b9bf69 commit 382cac4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<?php else: ?>
<?php foreach ($_selections as $_selection): ?>
<div class="field choice">
<?php /** phpcs:disable */ ?>
<input class="bundle-option-<?= $block->escapeHtmlAttr($_option->getId()) ?> checkbox product bundle option change-container-classname"
id="bundle-option-<?= $block->escapeHtmlAttr($_option->getId()) ?>-<?= $block->escapeHtmlAttr($_selection->getSelectionId()) ?>"
type="checkbox"
Expand Down

0 comments on commit 382cac4

Please sign in to comment.