Index: branches/resourceloader/phase3/includes/OutputPage.php |
— | — | @@ -2188,7 +2188,7 @@ |
2189 | 2189 | ( $wgRequest->getVal( 'debug' ) !== 'false' && $wgRequest->getBool( 'debug' ) ) |
2190 | 2190 | ), |
2191 | 2191 | ); |
2192 | | - return Html::linkedScript( wfAppendQuery( $wgScriptPath . 'load.php', $query ); |
| 2192 | + return Html::linkedScript( wfAppendQuery( $wgScriptPath . 'load.php', $query ) ); |
2193 | 2193 | } |
2194 | 2194 | |
2195 | 2195 | /** |