Skip to content

Commit 33bf8b5

Browse files
authored
Update Page.php
1 parent ebd40c8 commit 33bf8b5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ protected function render(HttpResponseInterface $response)
280280
'bodyAttributes' => $this->pageConfigRenderer->renderElementAttributes($config::ELEMENT_TYPE_BODY),
281281
'loaderIcon' => $this->getViewFileUrl('images/loader-2.gif'),
282282
]);
283-
283+
284284
$output = $this->getLayout()->getOutput();
285285
$this->assign('layoutContent', $output);
286286
$output = $this->renderPage();

0 commit comments

Comments
 (0)