From: Ævar Arnfjörð Bjarmason Date: Fri, 24 Jun 2005 23:18:12 +0000 (+0000) Subject: * Removed htmlspecialchars(), everything given to setSubtitle() now goes X-Git-Tag: 1.5.0beta1~47 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=50cf8951552d40553a7a3a82fd8a881fc6c2f746;p=lhc%2Fweb%2Fwiklou.git * Removed htmlspecialchars(), everything given to setSubtitle() now goes through the parser so this is redundant. --- diff --git a/includes/Article.php b/includes/Article.php index 93efa7f556..038d6cf2c5 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1472,7 +1472,7 @@ class Article { wfDebug( "Article::confirmProtect\n" ); - $sub = htmlspecialchars( $this->mTitle->getPrefixedText() ); + $sub = $this->mTitle->getPrefixedText(); $wgOut->setRobotpolicy( 'noindex,nofollow' ); $check = '';