->  
authorAntoine Musso <hashar@users.mediawiki.org>
Fri, 25 Nov 2011 12:22:47 +0000 (12:22 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Fri, 25 Nov 2011 12:22:47 +0000 (12:22 +0000)
follow r103708

includes/specials/SpecialContributions.php

index 6a52033..aa97ad8 100644 (file)
@@ -407,7 +407,7 @@ class SpecialContributions extends SpecialPage {
                                Xml::label( wfMsg( 'namespace' ), 'namespace' ) . ' ' .
                                Xml::namespaceSelector( $this->opts['namespace'], '' )
                        ) .
-                       Xml::checkLabel( wfMsg('invert'), 'nsInvert', 'nsInvert', $this->opts['nsInvert'] ) . '&nbsp;' .
+                       Xml::checkLabel( wfMsg('invert'), 'nsInvert', 'nsInvert', $this->opts['nsInvert'] ) . '&#160;' .
                        Xml::checkLabel( wfMsg( 'history-show-deleted' ),
                                'deletedOnly', 'mw-show-deleted-only', $this->opts['deletedOnly'] ) . '<br />' .
                        Xml::tags( 'p', null, Xml::checkLabel( wfMsg( 'sp-contributions-toponly' ),