From: Brion Vibber Date: Thu, 14 Oct 2004 07:32:20 +0000 (+0000) Subject: XHTML fix X-Git-Tag: 1.5.0alpha1~1544 X-Git-Url: http://git.cyclocoop.org/%22.%24redirect_annul.%22?a=commitdiff_plain;h=2ad8ed38c6ea145021d1b3c7bbec1f8d3d012d55;p=lhc%2Fweb%2Fwiklou.git XHTML fix --- diff --git a/includes/SpecialCategories.php b/includes/SpecialCategories.php index 9be3d1c9d9..3b2cac5c6d 100644 --- a/includes/SpecialCategories.php +++ b/includes/SpecialCategories.php @@ -26,7 +26,7 @@ class CategoriesPage extends QueryPage { } function getPageHeader() { - return '

'.wfMsg('categoriespagetext')."


\n"; + return '

'.wfMsg('categoriespagetext')."


\n"; } function getSQL() { $NScat = NS_CATEGORY;