Skip to content

Commit 1440b23

Browse files
author
Stanislav Idolov
committed
Fixed static test failures
1 parent c54fc09 commit 1440b23

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Tax/view/adminhtml/templates/class/page

1 file changed

+1
-1
lines changed

app/code/Magento/Tax/view/adminhtml/templates/class/page/edit.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<?php echo $block->getRenameFormHtml(); ?>
1414
<script type="text/x-magento-init">
1515
{
16-
"#<?= /* @escapeNotVerified */ $block->getRenameFormId() ?>": {
16+
"#<?php /* @escapeNotVerified */ echo $block->getRenameFormId(); ?>": {
1717
"Magento_Tax/js/page/validate": {}
1818
}
1919
}

0 commit comments

Comments
 (0)