From: Fomafix Date: Wed, 25 Nov 2015 05:31:53 +0000 (+0000) Subject: Use normal space instead of   in "white-space: nowrap X-Git-Tag: 1.31.0-rc.0~8819^2 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=commitdiff_plain;h=c272c553842d86f4bf1b4b0947769f927f999825;p=lhc%2Fweb%2Fwiklou.git Use normal space instead of   in "white-space: nowrap Follow-up 60e8b558 Change-Id: I8cd534e064a023d1b8acea0b4ea556475332bd7f --- diff --git a/includes/specials/SpecialProtectedpages.php b/includes/specials/SpecialProtectedpages.php index 685931052d..0119781c6d 100644 --- a/includes/specials/SpecialProtectedpages.php +++ b/includes/specials/SpecialProtectedpages.php @@ -228,7 +228,7 @@ class SpecialProtectedpages extends SpecialPage { } return '' . - Xml::label( $this->msg( 'restriction-type' )->text(), $this->IdType ) . ' ' . + Xml::label( $this->msg( 'restriction-type' )->text(), $this->IdType ) . ' ' . Xml::tags( 'select', array( 'id' => $this->IdType, 'name' => $this->IdType ), implode( "\n", $options ) ) . "";