From db710685dd65afe0cbe522463b255a66d0d2b712 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C4=9Bj=20Such=C3=A1nek?= Date: Fri, 28 Oct 2016 08:57:52 +0000 Subject: [PATCH] Add space between label and selector Change-Id: Id5c8c857a2a1339b0ce626bac98f0869e27d5a75 --- includes/specials/SpecialContributions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialContributions.php b/includes/specials/SpecialContributions.php index 0858b1813f..3cd4d4dcd5 100644 --- a/includes/specials/SpecialContributions.php +++ b/includes/specials/SpecialContributions.php @@ -554,7 +554,7 @@ class SpecialContributions extends IncludableSpecialPage { $this->msg( 'namespace' )->text(), 'namespace', '' - ) . + ) . ' ' . Html::namespaceSelector( [ 'selected' => $this->opts['namespace'], 'all' => '' ], [ -- 2.20.1