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