From be8adf032ee4b4a197c6876887ef42a5229da4e7 Mon Sep 17 00:00:00 2001 From: Robert Rohde Date: Sun, 18 Jan 2009 05:54:27 +0000 Subject: [PATCH] Remove misplaced whitespace in export header. --- includes/Export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } -- 2.20.1