Readd line break which was lost in r54225
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 16 Oct 2009 08:58:59 +0000 (08:58 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 16 Oct 2009 08:58:59 +0000 (08:58 +0000)
maintenance/generateSitemap.php

index c59ed4c..59695d7 100644 (file)
@@ -291,7 +291,7 @@ class GenerateSitemap extends Maintenance {
                                        $this->file = $this->open( $this->fspath . $filename, 'wb' );
                                        $this->write( $this->file, $this->openFile() );
                                        fwrite( $this->findex, $this->indexEntry( $filename ) );
-                                       $this->output( "\t$this->fspath$filename" );
+                                       $this->output( "\t$this->fspath$filename\n" );
                                        $length = $this->limit[0];
                                        $i = 1;
                                }