Index: trunk/extensions/CodeReview/ui/CodeRevisionListView.php |
— | — | @@ -430,7 +430,7 @@ |
431 | 431 | if ( $value ) { |
432 | 432 | $special = SpecialPage::getTitleFor( 'Code', $this->mRepo->getName() . '/' . $row-> { $this->getDefaultSort() } ); |
433 | 433 | $special->setFragment( '#code-comments' ); |
434 | | - return $this->mView->skin->link( $special, htmlspecialchars( $value ) ); |
| 434 | + return $this->mView->skin->link( $special, $wgLang->formatNum( htmlspecialchars( $value ) ) ); |
435 | 435 | } else { |
436 | 436 | return '-'; |
437 | 437 | } |