From: Nicolas Dumazet Date: Sun, 19 Oct 2008 04:36:50 +0000 (+0000) Subject: (bug 15934) spacing on WhatLinksHere X-Git-Tag: 1.31.0-rc.0~44693 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22config_fonctions%22%2C%20%22image_process=%24process%22%29%20.%20%22?a=commitdiff_plain;h=cfbe723a9f536eff6ecfa2152f98dc8f1cdd8347;p=lhc%2Fweb%2Fwiklou.git (bug 15934) spacing on WhatLinksHere --- diff --git a/includes/specials/SpecialWhatlinkshere.php b/includes/specials/SpecialWhatlinkshere.php index ade28f19a1..2ae0427441 100644 --- a/includes/specials/SpecialWhatlinkshere.php +++ b/includes/specials/SpecialWhatlinkshere.php @@ -377,6 +377,8 @@ class WhatLinksHerePage { $f .= Xml::label( wfMsg( 'namespace' ), 'namespace' ) . ' ' . Xml::namespaceSelector( $namespace, '' ); + $f .= ' '; + # Submit $f .= Xml::submitButton( wfMsg( 'allpagessubmit' ) );