(bug 15934) spacing on WhatLinksHere
authorNicolas Dumazet <nicdumz@users.mediawiki.org>
Sun, 19 Oct 2008 04:36:50 +0000 (04:36 +0000)
committerNicolas Dumazet <nicdumz@users.mediawiki.org>
Sun, 19 Oct 2008 04:36:50 +0000 (04:36 +0000)
includes/specials/SpecialWhatlinkshere.php

index ade28f1..2ae0427 100644 (file)
@@ -377,6 +377,8 @@ class WhatLinksHerePage {
                $f .= Xml::label( wfMsg( 'namespace' ), 'namespace' ) . '&nbsp;' .
                        Xml::namespaceSelector( $namespace, '' );
 
+               $f .= ' ';
+
                # Submit
                $f .= Xml::submitButton( wfMsg( 'allpagessubmit' ) );