File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/CurrencySymbol/view/adminhtml/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
14
14
$ escapeHelper = $ this ->helper (\Magento \Framework \EscapeHelper::class);
15
15
?>
16
- <form id="currency-symbols-form" action="<? echo $ escapeHelper ->escapeHtmlAttr ($ block ->getFormActionUrl ()) ?> " method="post">
17
- <input name="form_key" type="hidden" value="<? echo $ escapeHelper ->escapeHtmlAttr ($ block ->getFormKey ()) ?> " />
16
+ <form id="currency-symbols-form" action="<?php echo $ escapeHelper ->escapeHtmlAttr ($ block ->getFormActionUrl ()) ?> " method="post">
17
+ <input name="form_key" type="hidden" value="<?php echo $ escapeHelper ->escapeHtmlAttr ($ block ->getFormKey ()) ?> " />
18
18
<fieldset class="admin__fieldset">
19
19
<?php foreach ($ block ->getCurrencySymbolsData () as $ code => $ data ): ?>
20
20
<div class="admin__field _required">
You can’t perform that action at this time.
0 commit comments