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 1de3379 commit 7a6217cCopy full SHA for 7a6217c
app/code/Magento/CurrencySymbol/view/adminhtml/templates/grid.phtml
@@ -13,10 +13,8 @@
13
*/
14
?>
15
16
-<?php $block->getCurrencySymbolsData();?>
17
-
18
-<form id="currency-symbols-form" action="<?php /* @escapeNotVerified */ echo $block->getFormActionUrl() ?>" method="post">
19
- <input name="form_key" type="hidden" value="<?php /* @escapeNotVerified */ echo $block->getFormKey() ?>" />
+<form id="currency-symbols-form" action="<?= /* @escapeNotVerified */ $block->getFormActionUrl() ?>" method="post">
+ <input name="form_key" type="hidden" value="<?= /* @escapeNotVerified */ $block->getFormKey() ?>" />
20
<fieldset class="admin__fieldset">
21
<?php foreach ($block->getCurrencySymbolsData() as $code => $data): ?>
22
<div class="admin__field _required">
0 commit comments