And an extra brace from r98467
authorSam Reed <reedy@users.mediawiki.org>
Thu, 29 Sep 2011 22:14:44 +0000 (22:14 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Thu, 29 Sep 2011 22:14:44 +0000 (22:14 +0000)
includes/OutputPage.php

index 118dba3..9585dfb 100644 (file)
@@ -2109,7 +2109,6 @@ class OutputPage extends ContextSource {
 $templates
 </div>
 " );
-                       }
                }
 
                # 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(),