Paranoia
authorRob Church <robchurch@users.mediawiki.org>
Fri, 17 Feb 2006 16:57:46 +0000 (16:57 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Fri, 17 Feb 2006 16:57:46 +0000 (16:57 +0000)
includes/SpecialAllmessages.php

index 8071a9d..eb03f84 100644 (file)
@@ -150,7 +150,7 @@ function makeHTMLText( $messages ) {
                        $talkLink = $sk->makeBrokenLinkObj( $talkPage, htmlspecialchars( $talk ) );
                }
                
-               $anchor = strtolower( $title );
+               $anchor = htmlspecialchars( strtolower( $title ) );
                $anchor = "<a id=\"$anchor\" name=\"$anchor\"></a>";
 
                if($changed) {