Use normal space instead of   in "white-space: nowrap
authorFomafix <fomafix@googlemail.com>
Wed, 25 Nov 2015 05:31:53 +0000 (05:31 +0000)
committer[[mw:User:Fomafix]] <gerritpatchuploader@gmail.com>
Wed, 25 Nov 2015 05:31:53 +0000 (05:31 +0000)
Follow-up 60e8b558

Change-Id: I8cd534e064a023d1b8acea0b4ea556475332bd7f

includes/specials/SpecialProtectedpages.php

index 6859310..0119781 100644 (file)
@@ -228,7 +228,7 @@ class SpecialProtectedpages extends SpecialPage {
                }
 
                return '<span class="mw-input-with-label">' .
-                       Xml::label( $this->msg( 'restriction-type' )->text(), $this->IdType ) . '&#160;' .
+                       Xml::label( $this->msg( 'restriction-type' )->text(), $this->IdType ) . ' ' .
                        Xml::tags( 'select',
                                array( 'id' => $this->IdType, 'name' => $this->IdType ),
                                implode( "\n", $options ) ) . "</span>";