X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FOutputPage.php;h=8f9f9c664501e7329ee702f22e63cb6838c9c922;hb=ec3da97659f035380281ab4b22a89954c6a7d7a9;hp=5ad33fad0f18178654ca829dcb75be9fad5ca0b8;hpb=4f1067e27efe648e6089ab0b28fac1b2c3481816;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 5ad33fad0f..8f9f9c6645 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -2674,12 +2674,10 @@ class OutputPage extends ContextSource { $ret .= $item . "\n"; } - $ret .= $this->getInlineHeadScript(); - // No newline after buildCssLinks since makeResourceLoaderLink did that already $ret .= $this->buildCssLinks(); - $ret .= $this->getHeadScripts(); + $ret .= $this->getHeadScripts() . "\n"; foreach ( $this->mHeadItems as $item ) { $ret .= $item . "\n"; @@ -2959,36 +2957,6 @@ class OutputPage extends ContextSource { return $html; } - /** - * Get