From: Alexandre Emsenhuber Date: Tue, 2 Feb 2010 16:26:52 +0000 (+0000) Subject: Follow-up r61806: also escape tag in getPageTitle() X-Git-Tag: 1.31.0-rc.0~37973 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=5cfb227b6779675b9facb11c5263dad5b180c555;p=lhc%2Fweb%2Fwiklou.git Follow-up r61806: also escape tag in getPageTitle() --- 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 */