From: Robert Rohde Date: Sun, 18 Jan 2009 05:54:27 +0000 (+0000) Subject: Remove misplaced whitespace in export header. X-Git-Tag: 1.31.0-rc.0~43366 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=be8adf032ee4b4a197c6876887ef42a5229da4e7;p=lhc%2Fweb%2Fwiklou.git Remove misplaced whitespace in export header. --- diff --git a/includes/Export.php b/includes/Export.php index 5f040b13ec..31b2b9c867 100644 --- a/includes/Export.php +++ b/includes/Export.php @@ -399,7 +399,7 @@ class XmlDumpWriter { function namespaces() { global $wgContLang; - $spaces = " \n"; + $spaces = "\n"; foreach( $wgContLang->getFormattedNamespaces() as $ns => $title ) { $spaces .= ' ' . Xml::element( 'namespace', array( 'key' => $ns ), $title ) . "\n"; }