Skip to content

Commit c1c363f

Browse files
committed
Fix indentation
1 parent fb208a8 commit c1c363f

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Customer/view/frontend/templates/address

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/view/frontend/templates/address/edit.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
value="<?= $block->escapeHtmlAttr($block->getRegion()) ?>"
127127
title="<?= /* @noEscape */ $_region ?>"
128128
class="input-text validate-not-number-first<?= $_regionValidationClass ?>"
129-
<?= !$_displayAll ? ' disabled="disabled"' : '' ?>/>
129+
<?= !$_displayAll ? ' disabled="disabled"' : '' ?>/>
130130
</div>
131131
</div>
132132
<div class="field zip required">

0 commit comments

Comments
 (0)