Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -2109,7 +2109,6 @@ |
2110 | 2110 | $templates |
2111 | 2111 | </div> |
2112 | 2112 | " ); |
2113 | | - } |
2114 | 2113 | } |
2115 | 2114 | |
2116 | 2115 | # If the title doesn't exist, it's fairly pointless to print a return |
— | — | @@ -2463,7 +2462,7 @@ |
2464 | 2463 | // Add a version parameter so cache will break when things change |
2465 | 2464 | $version = wfTimestamp( TS_ISO_8601_BASIC, $timestamp ); |
2466 | 2465 | } |
2467 | | - |
| 2466 | + |
2468 | 2467 | $url = ResourceLoader::makeLoaderURL( |
2469 | 2468 | array_keys( $modules ), |
2470 | 2469 | $this->getContext()->getLang()->getCode(), |