Index: trunk/phase3/includes/specials/SpecialMIMEsearch.php |
— | — | @@ -95,7 +95,7 @@ |
96 | 96 | |
97 | 97 | $download = Linker::makeMediaLinkObj( $nt, wfMsgHtml( 'download' ) ); |
98 | 98 | $lang = $this->getLanguage(); |
99 | | - $bytes = htmlspecialchars( $lang->formatSize( $result->img_size ) ); |
| 99 | + $bytes = htmlspecialchars( $lang->formatSize( $result->img_size ) ); |
100 | 100 | $dimensions = htmlspecialchars( wfMsg( 'widthheight', |
101 | 101 | $lang->formatNum( $result->img_width ), |
102 | 102 | $lang->formatNum( $result->img_height ) |