We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd40c8 commit 33bf8b5Copy full SHA for 33bf8b5
lib/internal/Magento/Framework/View/Result/Page.php
@@ -280,7 +280,7 @@ protected function render(HttpResponseInterface $response)
280
'bodyAttributes' => $this->pageConfigRenderer->renderElementAttributes($config::ELEMENT_TYPE_BODY),
281
'loaderIcon' => $this->getViewFileUrl('images/loader-2.gif'),
282
]);
283
-
+
284
$output = $this->getLayout()->getOutput();
285
$this->assign('layoutContent', $output);
286
$output = $this->renderPage();
0 commit comments