Index: trunk/phase3/maintenance/generateSitemap.php |
— | — | @@ -291,7 +291,7 @@ |
292 | 292 | $this->file = $this->open( $this->fspath . $filename, 'wb' ); |
293 | 293 | $this->write( $this->file, $this->openFile() ); |
294 | 294 | fwrite( $this->findex, $this->indexEntry( $filename ) ); |
295 | | - $this->output( "\t$this->fspath$filename" ); |
| 295 | + $this->output( "\t$this->fspath$filename\n" ); |
296 | 296 | $length = $this->limit[0]; |
297 | 297 | $i = 1; |
298 | 298 | } |