We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834e37e commit 013d0baCopy full SHA for 013d0ba
app/code/Magento/Customer/view/frontend/templates/form/edit.phtml
@@ -7,7 +7,7 @@
7
use Magento\Customer\Block\Widget\Name;
8
9
/** @var \Magento\Customer\Block\Form\Edit $block */
10
- ?>
+?>
11
<form class="form form-edit-account"
12
action="<?= $block->escapeUrl($block->getUrl('customer/account/editPost')) ?>"
13
method="post" id="form-validate"
@@ -140,7 +140,7 @@ use Magento\Customer\Block\Widget\Name;
140
}
141
},
142
ignore: ':hidden:not(' + ignore + ')'
143
- <?php else : ?>
+ <?php else: ?>
144
ignore: ignore ? ':hidden:not(' + ignore + ')' : ':hidden'
145
<?php endif ?>
146
});
0 commit comments