From: Krinkle Date: Mon, 19 Mar 2012 14:34:27 +0000 (+0000) Subject: [Html::namespaceSelector clean up] fix broken html from r114131 X-Git-Tag: 1.31.0-rc.0~24202 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=bc1e6dd08cf839aff971f6aa7a907002c9a7b304;p=lhc%2Fweb%2Fwiklou.git [Html::namespaceSelector clean up] fix broken html from r114131 --- 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,