File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
app/code/Magento/Backend/view/adminhtml Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 17
17
<body >
18
18
<attribute name =" id" value =" html-body" />
19
19
<block name =" require.js" class =" Magento\Backend\Block\Page\RequireJs" template =" Magento_Backend::page/js/require_js.phtml" />
20
- <block class =" Magento\Framework\View\Element\Text\ListText " name =" head.additional" />
20
+ <block class =" Magento\Framework\View\Element\Template " name =" head.additional" template = " Magento_Backend::page/container.phtml " />
21
21
<referenceContainer name =" global.notices" >
22
22
<block class =" Magento\Backend\Block\Page\Notices" name =" global_notices" as =" global_notices" template =" Magento_Backend::page/notices.phtml" />
23
23
</referenceContainer >
71
71
<argument name =" bugreport_url" xsi : type =" string" >https://github.com/magento/magento2/issues</argument >
72
72
</arguments >
73
73
</block >
74
-
74
+
75
75
</container >
76
76
</container >
77
77
</referenceContainer >
Original file line number Diff line number Diff line change
1
+ <?php
2
+ /**
3
+ * Copyright © Magento, Inc. All rights reserved.
4
+ * See COPYING.txt for license details.
5
+ */
6
+ ?>
7
+ <?= $ block ->getChildHtml (); ?>
You can’t perform that action at this time.
0 commit comments