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.
2 parents 7633c08 + 9c26c80 commit aba9f91Copy full SHA for aba9f91
app/code/Magento/Customer/view/frontend/templates/form/edit.phtml
@@ -77,8 +77,8 @@
77
autocomplete="off" />
78
</div>
79
80
- <?php echo $block->getChildHtml('form_additional_info'); ?>
81
</fieldset>
+ <?php echo $block->getChildHtml('form_additional_info'); ?>
82
<div class="actions-toolbar">
83
<div class="primary">
84
<button type="submit" class="action save primary" title="<?php echo $block->escapeHtmlAttr(__('Save')) ?>"><span><?php echo $block->escapeHtml(__('Save')) ?></span></button>
0 commit comments