From 5cfb227b6779675b9facb11c5263dad5b180c555 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Tue, 2 Feb 2010 16:26:52 +0000 Subject: [PATCH] Follow-up r61806: also escape tag in getPageTitle() --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 49d5f9736d..9f2ba3998f 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -472,7 +472,7 @@ class OutputPage { } /** - * Return the "page title", i.e. the content of the

tag. + * Return the "page title", i.e. the content of the \ tag. * * @return String */ -- 2.20.1