Remove extra space, ping r109550
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 19 Jan 2012 19:11:59 +0000 (19:11 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 19 Jan 2012 19:11:59 +0000 (19:11 +0000)
includes/specials/SpecialMIMEsearch.php

index adf2768..2213ffa 100644 (file)
@@ -95,7 +95,7 @@ class MIMEsearchPage extends QueryPage {
 
                $download = Linker::makeMediaLinkObj( $nt, wfMsgHtml( 'download' ) );
                $lang = $this->getLanguage();
-               $bytes =  htmlspecialchars( $lang->formatSize( $result->img_size ) );
+               $bytes = htmlspecialchars( $lang->formatSize( $result->img_size ) );
                $dimensions = htmlspecialchars( wfMsg( 'widthheight',
                        $lang->formatNum( $result->img_width ),
                        $lang->formatNum( $result->img_height )