Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf committed Jan 7, 2020
1 parent fb208a8 commit c1c363f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
value="<?= $block->escapeHtmlAttr($block->getRegion()) ?>"
title="<?= /* @noEscape */ $_region ?>"
class="input-text validate-not-number-first<?= $_regionValidationClass ?>"
<?= !$_displayAll ? ' disabled="disabled"' : '' ?>/>
<?= !$_displayAll ? ' disabled="disabled"' : '' ?>/>
</div>
</div>
<div class="field zip required">
Expand Down

0 comments on commit c1c363f

Please sign in to comment.