From bc1e6dd08cf839aff971f6aa7a907002c9a7b304 Mon Sep 17 00:00:00 2001 From: Krinkle Date: Mon, 19 Mar 2012 14:34:27 +0000 Subject: [PATCH] [Html::namespaceSelector clean up] fix broken html from r114131 --- includes/specials/SpecialProtectedpages.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/specials/SpecialProtectedpages.php b/includes/specials/SpecialProtectedpages.php index 57d6841987..30c57eb67a 100644 --- a/includes/specials/SpecialProtectedpages.php +++ b/includes/specials/SpecialProtectedpages.php @@ -186,8 +186,7 @@ class SpecialProtectedpages extends SpecialPage { * @return String */ protected function getNamespaceMenu( $namespace = null ) { - return "" . - Html::rawElement( 'span', array( 'style' => 'white-space:nowrap' ), + return Html::rawElement( 'span', array( 'style' => 'white-space: nowrap;' ), Html::namespaceSelector( array( 'selected' => $namespace, -- 2.20.1