From cfbe723a9f536eff6ecfa2152f98dc8f1cdd8347 Mon Sep 17 00:00:00 2001 From: Nicolas Dumazet Date: Sun, 19 Oct 2008 04:36:50 +0000 Subject: [PATCH] (bug 15934) spacing on WhatLinksHere --- includes/specials/SpecialWhatlinkshere.php | 2 ++ 1 file changed, 2 insertions(+) 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' ) ); -- 2.20.1