r109561 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109560‎ | r109561 | r109562 >
Date:19:11, 19 January 2012
Author:nikerabbit
Status:ok
Tags:
Comment:
Remove extra space, ping r109550
Modified paths:
  • /trunk/phase3/includes/specials/SpecialMIMEsearch.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialMIMEsearch.php
@@ -95,7 +95,7 @@
9696
9797 $download = Linker::makeMediaLinkObj( $nt, wfMsgHtml( 'download' ) );
9898 $lang = $this->getLanguage();
99 - $bytes = htmlspecialchars( $lang->formatSize( $result->img_size ) );
 99+ $bytes = htmlspecialchars( $lang->formatSize( $result->img_size ) );
100100 $dimensions = htmlspecialchars( wfMsg( 'widthheight',
101101 $lang->formatNum( $result->img_width ),
102102 $lang->formatNum( $result->img_height )

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r109550Add some escaping to r109547, 109548, 109549...reedy16:55, 19 January 2012

Status & tagging log