File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/internal/Magento/Framework/View/Result Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -249,9 +249,9 @@ protected function render(HttpResponseInterface $response)
249
249
$ addBlock = $ this ->getLayout ()->getBlock ('head.additional ' ); // todo
250
250
$ requireJs = $ this ->getLayout ()->getBlock ('require.js ' );
251
251
$ this ->assign ([
252
- 'headContent ' => $ this ->pageConfigRenderer ->renderHeadContent (),
253
- 'headCritical ' => $ addCritical ? $ addCritical ->toHtml () : null ,
254
252
'requireJs ' => $ requireJs ? $ requireJs ->toHtml () : null ,
253
+ 'headContent ' => $ this ->pageConfigRenderer ->renderHeadContent (),
254
+ 'headCritical ' => $ addCritical ? $ addCritical ->toHtml () : null ,
255
255
'headAssets ' => $ this ->pageConfigRenderer ->renderHeadAssets (),
256
256
'headAdditional ' => $ addBlock ? $ addBlock ->toHtml () : null ,
257
257
'htmlAttributes ' => $ this ->pageConfigRenderer ->renderElementAttributes ($ config ::ELEMENT_TYPE_HTML ),
You can’t perform that action at this time.
0 commit comments