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 /includes/StreamFile.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 'includes/StreamFile.php')
-rw-r--r-- | includes/StreamFile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/StreamFile.php b/includes/StreamFile.php index 7bda6aeb7298..8ecaa4f00658 100644 --- a/includes/StreamFile.php +++ b/includes/StreamFile.php @@ -72,4 +72,4 @@ function wfGetType( $filename ) { } } -?> + |