Index: trunk/phase3/includes/specials/SpecialEditWatchlist.php |
— | — | @@ -411,7 +411,7 @@ |
412 | 412 | $tocLength = 0; |
413 | 413 | foreach( $fields as $key => $data ) { |
414 | 414 | |
415 | | - # strip out the 'ns-' prefix from the section name: |
| 415 | + # strip out the 'ns' prefix from the section name: |
416 | 416 | $ns = substr( $data['section'], 2 ); |
417 | 417 | |
418 | 418 | $nsText = ($ns == NS_MAIN) |