Skip to content

Commit 8cc2fba

Browse files
author
Hwashiang Yu
committed
MC-18153: Correct phtml templates
- Fixed incorrect phtml
1 parent e76c4ed commit 8cc2fba

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/attribute

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/attribute/form.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<?= $block->getButtonsHtml('header') ?>
1616
</div>
1717

18-
<form id="edit_form" class="admin__scope-old edit-form" action="<?= $block->escapeHtmlAttr($block->getSaveUrl()) ?>" method="post">
18+
<form id="edit_form" class="admin__scope-old edit-form" action="<?= $block->escapeUrl($block->getSaveUrl()) ?>" method="post">
1919
<input name="form_key" type="hidden" value="<?= $block->escapeHtmlAttr($block->getFormKey()) ?>" />
2020
<?= $block->getChildHtml('form') ?>
2121
</form>

0 commit comments

Comments
 (0)