Index: trunk/phase3/maintenance/generateSitemap.php |
— | — | @@ -271,7 +271,7 @@ |
272 | 272 | $i = $smcount = 0; |
273 | 273 | |
274 | 274 | $fns = $wgContLang->getFormattedNsText( $namespace ); |
275 | | - $this->output( "$namespace ($fns)" ); |
| 275 | + $this->output( "$namespace ($fns)\n" ); |
276 | 276 | foreach ( $res as $row ) { |
277 | 277 | if ( $i++ === 0 || $i === $this->url_limit + 1 || $length + $this->limit[1] + $this->limit[2] > $this->size_limit ) { |
278 | 278 | if ( $this->file !== false ) { |