From: Sam Reed Date: Thu, 29 Sep 2011 22:14:44 +0000 (+0000) Subject: And an extra brace from r98467 X-Git-Tag: 1.31.0-rc.0~27353 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=1baa4e39d0c3fdfb0161ed58fed2eb05d8ab8932;p=lhc%2Fweb%2Fwiklou.git And an extra brace from r98467 --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 118dba33b9..9585dfbece 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -2109,7 +2109,6 @@ class OutputPage extends ContextSource { $templates " ); - } } # If the title doesn't exist, it's fairly pointless to print a return @@ -2463,7 +2462,7 @@ $templates // Add a version parameter so cache will break when things change $version = wfTimestamp( TS_ISO_8601_BASIC, $timestamp ); } - + $url = ResourceLoader::makeLoaderURL( array_keys( $modules ), $this->getContext()->getLang()->getCode(),