Follow-up r61806: also escape tag in getPageTitle()
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 2 Feb 2010 16:26:52 +0000 (16:26 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 2 Feb 2010 16:26:52 +0000 (16:26 +0000)
includes/OutputPage.php

index 49d5f97..9f2ba39 100644 (file)
@@ -472,7 +472,7 @@ class OutputPage {
        }
 
        /**
-        * Return the "page title", i.e. the content of the <h1> tag.
+        * Return the "page title", i.e. the content of the \<h1\> tag.
         *
         * @return String
         */