Skip to content

Commit 9f54c5b

Browse files
authored
Update Page.php
1 parent 6667102 commit 9f54c5b

File tree

1 file changed

+2
-2
lines changed
  • lib/internal/Magento/Framework/View/Result

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/View/Result/Page.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,9 @@ protected function render(HttpResponseInterface $response)
249249
$addBlock = $this->getLayout()->getBlock('head.additional'); // todo
250250
$requireJs = $this->getLayout()->getBlock('require.js');
251251
$this->assign([
252-
'headContent' => $this->pageConfigRenderer->renderHeadContent(),
253-
'headCritical' => $addCritical ? $addCritical->toHtml() : null,
254252
'requireJs' => $requireJs ? $requireJs->toHtml() : null,
253+
'headContent' => $this->pageConfigRenderer->renderHeadContent(),
254+
'headCritical' => $addCritical ? $addCritical->toHtml() : null,
255255
'headAssets' => $this->pageConfigRenderer->renderHeadAssets(),
256256
'headAdditional' => $addBlock ? $addBlock->toHtml() : null,
257257
'htmlAttributes' => $this->pageConfigRenderer->renderElementAttributes($config::ELEMENT_TYPE_HTML),

0 commit comments

Comments
 (0)