* Added an attractive space on the namespace selector on contribs
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 14 Jan 2006 17:19:49 +0000 (17:19 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 14 Jan 2006 17:19:49 +0000 (17:19 +0000)
RELEASE-NOTES
includes/SpecialContributions.php

index 708c3d7..195b171 100644 (file)
@@ -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 ===
index 75f3eb0..73b37bd 100644 (file)
@@ -256,6 +256,7 @@ function wfSpecialContributions( $par = null ) {
        $nsform .= '<p>';
        $nsform .= wfMsgHtml('namespace');
 
+       $nsform .= ' ';
        $nsform .= HTMLnamespaceselector( $ns, '' );
 
        $nsform .= wfElement('input', array(