Add space between label and selector
authorMatěj Suchánek <matejsuchanek97@gmail.com>
Fri, 28 Oct 2016 08:57:52 +0000 (08:57 +0000)
committerMatěj Suchánek <matejsuchanek97@gmail.com>
Fri, 28 Oct 2016 08:58:37 +0000 (08:58 +0000)
Change-Id: Id5c8c857a2a1339b0ce626bac98f0869e27d5a75

includes/specials/SpecialContributions.php

index 0858b18..3cd4d4d 100644 (file)
@@ -554,7 +554,7 @@ class SpecialContributions extends IncludableSpecialPage {
                                $this->msg( 'namespace' )->text(),
                                'namespace',
                                ''
-                       ) .
+                       ) . '&#160;' .
                        Html::namespaceSelector(
                                [ 'selected' => $this->opts['namespace'], 'all' => '' ],
                                [