Follow up r64876 setHTMLTitle with boolean parameter left.
authorPlatonides <platonides@users.mediawiki.org>
Sat, 10 Apr 2010 18:29:24 +0000 (18:29 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sat, 10 Apr 2010 18:29:24 +0000 (18:29 +0000)
includes/OutputPage.php

index 0e060ad..802740e 100644 (file)
@@ -479,7 +479,7 @@ class OutputPage {
                }
 
                # change "<i>foo&amp;bar</i>" to "foo&bar"
-               $this->setHTMLTitle( wfMsg( 'pagetitle', Sanitizer::stripAllTags( $nameWithTags ) ), true );
+               $this->setHTMLTitle( wfMsg( 'pagetitle', Sanitizer::stripAllTags( $nameWithTags ) ) );
        }
 
        /**