From 1baa4e39d0c3fdfb0161ed58fed2eb05d8ab8932 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Thu, 29 Sep 2011 22:14:44 +0000 Subject: [PATCH] And an extra brace from r98467 --- includes/OutputPage.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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(), -- 2.20.1