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 b17e079 commit 43e9296Copy full SHA for 43e9296
app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/widget/tree.phtml
@@ -11,7 +11,7 @@
11
?>
12
13
<?php $_divId = 'tree' . $block->getId() ?>
14
- <div id="<?= $escaper->escapeHtmlAttr($_divId) ?>" class="tree"></div>
+<div id="<?= $escaper->escapeHtmlAttr($_divId) ?>" class="tree"></div>
15
<?php
16
$isUseMassAction = $block->getUseMassaction() ? 1 : 0;
17
$isAnchorOnly = $block->getIsAnchorOnly() ? 1 : 0;
0 commit comments