Remove misplaced whitespace in export header.
authorRobert Rohde <rarohde@users.mediawiki.org>
Sun, 18 Jan 2009 05:54:27 +0000 (05:54 +0000)
committerRobert Rohde <rarohde@users.mediawiki.org>
Sun, 18 Jan 2009 05:54:27 +0000 (05:54 +0000)
includes/Export.php

index 5f040b1..31b2b9c 100644 (file)
@@ -399,7 +399,7 @@ class XmlDumpWriter {
 
        function namespaces() {
                global $wgContLang;
-               $spaces = "  <namespaces>\n";
+               $spaces = "<namespaces>\n";
                foreach( $wgContLang->getFormattedNamespaces() as $ns => $title ) {
                        $spaces .= '      ' . Xml::element( 'namespace', array( 'key' => $ns ), $title ) . "\n";
                }