From 7ad877f355d3af61520aa02f1c015508d35cee18 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 14 Jan 2006 17:19:49 +0000 Subject: [PATCH] * Added an attractive space on the namespace selector on contribs --- RELEASE-NOTES | 1 + includes/SpecialContributions.php | 1 + 2 files changed, 2 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 708c3d7e04..195b17174c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -486,6 +486,7 @@ fully support the editing toolbar, but was found to be too confusing. to the shell to return nonzero when we crap out with an error. * Allow input of the stub from a compressed file instead of stdin for dumpTextPass.php; easier to get errors back on the shell +* Added an attractive space on the namespace selector on contribs === Caveats === diff --git a/includes/SpecialContributions.php b/includes/SpecialContributions.php index 75f3eb0081..73b37bd85e 100644 --- a/includes/SpecialContributions.php +++ b/includes/SpecialContributions.php @@ -256,6 +256,7 @@ function wfSpecialContributions( $par = null ) { $nsform .= '

'; $nsform .= wfMsgHtml('namespace'); + $nsform .= ' '; $nsform .= HTMLnamespaceselector( $ns, '' ); $nsform .= wfElement('input', array( -- 2.20.1