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.
2 parents 02d786b + 0b9e64a commit 0a2e459Copy full SHA for 0a2e459
app/code/Magento/UrlRewrite/view/adminhtml/templates/categories.phtml
@@ -13,14 +13,14 @@
13
<div class="content" style="clear: both;">
14
<input type="hidden" name="categories" id="product_categories" value="" />
15
<?php if ($block->getRoot()): ?>
16
- <div data-mage-init='<?php
+ <div data-mage-init="<?php
17
echo $block->escapeHtml($this->helper('Magento\Framework\Json\Helper\Data')->jsonEncode([
18
'categoryTree' => [
19
'data' => $block->getTreeArray(null),
20
'url' => $block->getLoadTreeUrl(),
21
],
22
]));
23
- ?>' class="jstree-default"></div>
+ ?>" class="jstree-default"></div>
24
<?php endif; ?>
25
</div>
26
</fieldset>
0 commit comments