r45864 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r45863‎ | r45864 | r45865 >
Date:05:54, 18 January 2009
Author:rarohde
Status:ok
Tags:
Comment:
Remove misplaced whitespace in export header.
Modified paths:
  • /trunk/phase3/includes/Export.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Export.php
@@ -399,7 +399,7 @@
400400
401401 function namespaces() {
402402 global $wgContLang;
403 - $spaces = " <namespaces>\n";
 403+ $spaces = "<namespaces>\n";
404404 foreach( $wgContLang->getFormattedNamespaces() as $ns => $title ) {
405405 $spaces .= ' ' . Xml::element( 'namespace', array( 'key' => $ns ), $title ) . "\n";
406406 }

Status & tagging log