Index: trunk/phase3/includes/specials/SpecialContributions.php |
— | — | @@ -498,7 +498,7 @@ |
499 | 499 | $page->resetArticleId( $row->rev_page ); // use process cache |
500 | 500 | $link = $sk->link( |
501 | 501 | $page, |
502 | | - $page->getPrefixedText(), |
| 502 | + htmlspecialchars( $page->getPrefixedText() ), |
503 | 503 | array(), |
504 | 504 | $page->isRedirect() ? array( 'redirect' => 'no' ) : array() |
505 | 505 | ); |