From: Niklas Laxström Date: Thu, 19 Jan 2012 19:11:59 +0000 (+0000) Subject: Remove extra space, ping r109550 X-Git-Tag: 1.31.0-rc.0~25174 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/?a=commitdiff_plain;h=2f81bdc3e40149710b4c9612ba0df19233aa318f;p=lhc%2Fweb%2Fwiklou.git Remove extra space, ping r109550 --- diff --git a/includes/specials/SpecialMIMEsearch.php b/includes/specials/SpecialMIMEsearch.php index adf2768c35..2213ffa458 100644 --- a/includes/specials/SpecialMIMEsearch.php +++ b/includes/specials/SpecialMIMEsearch.php @@ -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 )