From: Jimmy Collins Date: Sat, 7 Oct 2006 16:28:46 +0000 (+0000) Subject: htmlspecialchars X-Git-Tag: 1.31.0-rc.0~55598 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=4cb8a8f46daa60ae89d6be5167d71fdcde6d9357;p=lhc%2Fweb%2Fwiklou.git htmlspecialchars --- diff --git a/includes/SpecialRecentchanges.php b/includes/SpecialRecentchanges.php index a85e194c42..8dfb68a578 100644 --- a/includes/SpecialRecentchanges.php +++ b/includes/SpecialRecentchanges.php @@ -481,7 +481,7 @@ function makeOptionsLink( $title, $override, $options ) { global $wgUser, $wgContLang; $sk = $wgUser->getSkin(); return $sk->makeKnownLink( $wgContLang->specialPage( 'Recentchanges' ), - $title, wfArrayToCGI( $override, $options ) ); + htmlspecialchars( $title ), wfArrayToCGI( $override, $options ) ); } /**