core/modules/big_pipe/src/Render/BigPipe.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/big_pipe/src/Render/BigPipe.php b/core/modules/big_pipe/src/Render/BigPipe.php index 1257691..3deb140 100644 --- a/core/modules/big_pipe/src/Render/BigPipe.php +++ b/core/modules/big_pipe/src/Render/BigPipe.php @@ -135,8 +135,8 @@ public function sendContent($content, array $attachments, $request_has_session) $post_body = array_pop($parts); $pre_body = implode('', $parts); - $this->sendPreBody($pre_body, $nojs_placeholders, $cumulative_assets); - $streamed_response = $this->sendPlaceholders($placeholders, $this->getPlaceholderOrder($pre_body, $placeholders), $cumulative_assets); + $streamed_response = $this->sendPreBody($pre_body, $nojs_placeholders, $cumulative_assets); + $this->sendPlaceholders($placeholders, $this->getPlaceholderOrder($pre_body, $placeholders), $cumulative_assets); static::appendToResponse($streamed_response, $this->sendPostBody($post_body)); if ($request_has_session) {