diff --git a/framework/core/src/Frontend/FrontendView.php b/framework/core/src/Frontend/FrontendView.php index af0f454ee..45d36d12c 100644 --- a/framework/core/src/Frontend/FrontendView.php +++ b/framework/core/src/Frontend/FrontendView.php @@ -382,7 +382,7 @@ class FrontendView protected function buildFootContent($customFooterHtml) { - return implode("\n", $this->foot) . "\n" . $customFooterHtml; + return implode("\n", $this->foot)."\n".$customFooterHtml; } /**