Index: trunk/phase3/maintenance/checkSyntax.php |
— | — | @@ -50,7 +50,7 @@ |
51 | 51 | $useParseKit = function_exists( 'parsekit_compile_file' ) && version_compare( PHP_VERSION, '5.3', '<' ); |
52 | 52 | |
53 | 53 | $str = 'Checking syntax (using ' . ( $useParseKit ? |
54 | | - 'parsekit)' : ' php -l, this can take a long time)' ); |
| 54 | + 'parsekit' : ' php -l, this can take a long time' ) . ")\n"; |
55 | 55 | $this->output( $str ); |
56 | 56 | foreach ( $this->mFiles as $f ) { |
57 | 57 | if ( $useParseKit ) { |