Index: trunk/phase3/includes/Export.php |
— | — | @@ -399,7 +399,7 @@ |
400 | 400 | |
401 | 401 | function namespaces() { |
402 | 402 | global $wgContLang; |
403 | | - $spaces = " <namespaces>\n"; |
| 403 | + $spaces = "<namespaces>\n"; |
404 | 404 | foreach( $wgContLang->getFormattedNamespaces() as $ns => $title ) { |
405 | 405 | $spaces .= ' ' . Xml::element( 'namespace', array( 'key' => $ns ), $title ) . "\n"; |
406 | 406 | } |