diff options
Diffstat (limited to 'includes/SpecialRecentchangeslinked.php')
-rw-r--r-- | includes/SpecialRecentchangeslinked.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/SpecialRecentchangeslinked.php b/includes/SpecialRecentchangeslinked.php index 938a1609024e..5aaa49032947 100644 --- a/includes/SpecialRecentchangeslinked.php +++ b/includes/SpecialRecentchangeslinked.php @@ -36,7 +36,7 @@ function wfSpecialRecentchangeslinked( $par = NULL ) { } $id = $nt->getArticleId(); - $wgOut->setSubtitle( wfMsg( 'rclsub', $nt->getPrefixedText() ) ); + $wgOut->setSubtitle( htmlspecialchars( wfMsg( 'rclsub', $nt->getPrefixedText() ) ) ); if ( ! $days ) { $days = $wgUser->getOption( 'rcdays' ); |