r64276 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64275‎ | r64276 | r64277 >
Date:22:25, 27 March 2010
Author:siebrand
Status:deferred
Tags:
Comment:
Reduce space taken by navigation
Modified paths:
  • /trunk/extensions/Translate/TranslatePage.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/TranslatePage.php
@@ -306,7 +306,7 @@
307307 $navigation = wfMsgExt( self::MSG . 'paging-links',
308308 array( 'escape', 'replaceafter' ), $previous, $nextious );
309309
310 - $navigation = Xml::tags( 'p', null, $showing . ' ' . $navigation );
 310+ $navigation = $showing . ' ' . $navigation;
311311 }
312312
313313 return

Status & tagging log