From: Platonides Date: Sat, 10 Apr 2010 18:29:24 +0000 (+0000) Subject: Follow up r64876 setHTMLTitle with boolean parameter left. X-Git-Tag: 1.31.0-rc.0~37161 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=commitdiff_plain;h=1388f8ac61056717617a5b31e09ed28d809569ae;p=lhc%2Fweb%2Fwiklou.git Follow up r64876 setHTMLTitle with boolean parameter left. --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 0e060ad114..802740e635 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -479,7 +479,7 @@ class OutputPage { } # change "foo&bar" to "foo&bar" - $this->setHTMLTitle( wfMsg( 'pagetitle', Sanitizer::stripAllTags( $nameWithTags ) ), true ); + $this->setHTMLTitle( wfMsg( 'pagetitle', Sanitizer::stripAllTags( $nameWithTags ) ) ); } /**