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 e76c4ed commit 8cc2fbaCopy full SHA for 8cc2fba
app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/attribute/form.phtml
@@ -15,7 +15,7 @@
15
<?= $block->getButtonsHtml('header') ?>
16
</div>
17
18
-<form id="edit_form" class="admin__scope-old edit-form" action="<?= $block->escapeHtmlAttr($block->getSaveUrl()) ?>" method="post">
+<form id="edit_form" class="admin__scope-old edit-form" action="<?= $block->escapeUrl($block->getSaveUrl()) ?>" method="post">
19
<input name="form_key" type="hidden" value="<?= $block->escapeHtmlAttr($block->getFormKey()) ?>" />
20
<?= $block->getChildHtml('form') ?>
21
</form>
0 commit comments