diff options
author | Aryeh Gregor <simetrical@users.mediawiki.org> | 2007-06-29 01:19:14 +0000 |
---|---|---|
committer | Aryeh Gregor <simetrical@users.mediawiki.org> | 2007-06-29 01:19:14 +0000 |
commit | a15c419b3d130248f2556b9d00643ba9666a4189 (patch) | |
tree | 5f318f2ccb037817b9a6c4ebb47acf848e2cf086 /maintenance/stats.php | |
parent | 3e5afc7ad19ecf61c5f5b2e7afdbe22ee6cbee54 (diff) | |
download | mediawikicore-a15c419b3d130248f2556b9d00643ba9666a4189.tar.gz mediawikicore-a15c419b3d130248f2556b9d00643ba9666a4189.zip |
Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.)
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/23531
Diffstat (limited to 'maintenance/stats.php')
-rw-r--r-- | maintenance/stats.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/stats.php b/maintenance/stats.php index 25bb9cc79d1b..dc8d4b05c8f5 100644 --- a/maintenance/stats.php +++ b/maintenance/stats.php @@ -46,4 +46,4 @@ printf( "hits: %-10d %6.2f%%\n", $hits, $hits/$total*100 ); printf( "misses: %-10d %6.2f%%\n", $misses, $misses/$total*100 ); printf( "uncacheable: %-10d %6.2f%%\n", $uncacheable, $uncacheable/$total*100 ); -?> + |