Index: trunk/phase3/includes/specials/SpecialEditWatchlist.php |
— | — | @@ -411,7 +411,8 @@ |
412 | 412 | $nsText = ($ns == NS_MAIN) |
413 | 413 | ? wfMsgHtml( 'blanknamespace' ) |
414 | 414 | : htmlspecialchars( $wgContLang->getFormattedNsText( $ns ) ); |
415 | | - $this->toc .= Linker::tocLine( "mw-htmlform-{$data['section']}", $nsText, ++$tocLength, 1 ) . Linker::tocLineEnd(); |
| 415 | + $this->toc .= Linker::tocLine( "mw-htmlform-{$data['section']}", $nsText, |
| 416 | + $this->getLang()->formatNum( ++$tocLength ), 1 ) . Linker::tocLineEnd(); |
416 | 417 | } |
417 | 418 | $this->toc = Linker::tocList( $this->toc ); |
418 | 419 | } else { |