* Removed htmlspecialchars(), everything given to setSubtitle() now goes
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Fri, 24 Jun 2005 23:18:12 +0000 (23:18 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Fri, 24 Jun 2005 23:18:12 +0000 (23:18 +0000)
  through the parser so this is redundant.

includes/Article.php

index 93efa7f..038d6cf 100644 (file)
@@ -1472,7 +1472,7 @@ class Article {
 
                wfDebug( "Article::confirmProtect\n" );
 
-               $sub = htmlspecialchars( $this->mTitle->getPrefixedText() );
+               $sub = $this->mTitle->getPrefixedText();
                $wgOut->setRobotpolicy( 'noindex,nofollow' );
 
                $check = '';