From 1388f8ac61056717617a5b31e09ed28d809569ae Mon Sep 17 00:00:00 2001 From: Platonides Date: Sat, 10 Apr 2010 18:29:24 +0000 Subject: [PATCH] Follow up r64876 setHTMLTitle with boolean parameter left. --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) ) ); } /** -- 2.20.1