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 1717 <body >
1818 <attribute name =" id" value =" html-body" />
1919 <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 " />
2121 <referenceContainer name =" global.notices" >
2222 <block class =" Magento\Backend\Block\Page\Notices" name =" global_notices" as =" global_notices" template =" Magento_Backend::page/notices.phtml" />
2323 </referenceContainer >
7171 <argument name =" bugreport_url" xsi : type =" string" >https://github.com/magento/magento2/issues</argument >
7272 </arguments >
7373 </block >
74-
74+
7575 </container >
7676 </container >
7777 </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