Skip to content

Commit 5cbaaa2

Browse files
committed
MAGETWO-99530: Import/Export Modules Backport to 2.2.x
1 parent bee74e3 commit 5cbaaa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/TaxImportExport/view/adminhtml/templates/importExport.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ require(['jquery', "mage/mage", "loadingPopup"], function(jQuery){
5050
</script>
5151
</div>
5252
<?php endif; ?>
53-
<div class="export-tax-rates <?= ($block->getIsReadonly()) ? 'box-left' : 'box-right' ?>">
53+
<div class="export-tax-rates <?= /* @noEscape */ ($block->getIsReadonly()) ? 'box-left' : 'box-right' ?>">
5454
<?php if ($block->getUseContainer()) :?>
5555
<form id="export_form"
5656
class="admin__fieldset"

0 commit comments

Comments
 (0)