Skip to content

Commit 0a2e459

Browse files
author
Michail Slabko
committed
Merge remote-tracking branch 'origin/MAGETWO-48218' into pr-335
2 parents 02d786b + 0b9e64a commit 0a2e459

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/UrlRewrite/view/adminhtml/templates/categories.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
<div class="content" style="clear: both;">
1414
<input type="hidden" name="categories" id="product_categories" value="" />
1515
<?php if ($block->getRoot()): ?>
16-
<div data-mage-init='<?php
16+
<div data-mage-init="<?php
1717
echo $block->escapeHtml($this->helper('Magento\Framework\Json\Helper\Data')->jsonEncode([
1818
'categoryTree' => [
1919
'data' => $block->getTreeArray(null),
2020
'url' => $block->getLoadTreeUrl(),
2121
],
2222
]));
23-
?>' class="jstree-default"></div>
23+
?>" class="jstree-default"></div>
2424
<?php endif; ?>
2525
</div>
2626
</fieldset>

0 commit comments

Comments
 (0)