Remove blank data and lines after the closing ?> which can break image display for multisite.

git-svn-id: http://svn.automattic.com/wordpress/trunk@14078 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2010-04-13 17:13:28 +00:00
parent eec2968be7
commit 2906ded640
1 changed files with 1 additions and 2 deletions

View File

@ -77,5 +77,4 @@ if ( ( $client_last_modified && $client_etag )
// If we made it this far, just serve the file
readfile( $file );
?>
?>