From: Umherirrender Date: Sat, 29 Jun 2019 15:26:03 +0000 (+0200) Subject: Omit argument when have no attributs on Xml::label X-Git-Tag: 1.34.0-rc.0~1236 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22sites_tous%22%29%20.%20%22?a=commitdiff_plain;h=0aafdcd98f9e38e40f5f79f3f242c4dbaa10fa1a;p=lhc%2Fweb%2Fwiklou.git Omit argument when have no attributs on Xml::label Change-Id: Ia5090985b619e872afd05eff09256c27ce3a01c9 --- 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 ],