From c272c553842d86f4bf1b4b0947769f927f999825 Mon Sep 17 00:00:00 2001 From: Fomafix Date: Wed, 25 Nov 2015 05:31:53 +0000 Subject: [PATCH] Use normal space instead of   in "white-space: nowrap Follow-up 60e8b558 Change-Id: I8cd534e064a023d1b8acea0b4ea556475332bd7f --- includes/specials/SpecialProtectedpages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) ) . ""; -- 2.20.1