From 0aafdcd98f9e38e40f5f79f3f242c4dbaa10fa1a Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Sat, 29 Jun 2019 17:26:03 +0200 Subject: [PATCH] Omit argument when have no attributs on Xml::label Change-Id: Ia5090985b619e872afd05eff09256c27ce3a01c9 --- includes/specials/SpecialContributions.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/specials/SpecialContributions.php b/includes/specials/SpecialContributions.php index d83853af7a..4f5c15099c 100644 --- a/includes/specials/SpecialContributions.php +++ b/includes/specials/SpecialContributions.php @@ -625,8 +625,7 @@ class SpecialContributions extends IncludableSpecialPage { [], Xml::label( $this->msg( 'namespace' )->text(), - 'namespace', - '' + 'namespace' ) . "\u{00A0}" . Html::namespaceSelector( [ 'selected' => $this->opts['namespace'], 'all' => '', 'in-user-lang' => true ], -- 2.20.1