Index: trunk/extensions/CodeReview/ui/CodeCommentsListView.php |
— | — | @@ -81,7 +81,7 @@ |
82 | 82 | switch( $name ) { |
83 | 83 | case 'cc_rev_id': |
84 | 84 | return $this->mView->skin->link( |
85 | | - SpecialPage::getTitleFor( 'Code', $this->mRepo->getName() . '/' . $value . '#code-comments' ), |
| 85 | + SpecialPage::getSafeTitleFor( 'Code', $this->mRepo->getName() . '/' . $value . '#code-comments' ), |
86 | 86 | htmlspecialchars( $value ) ); |
87 | 87 | case 'cr_status': |
88 | 88 | return $this->mView->skin->link( |