XHTML fix
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 14 Oct 2004 07:32:20 +0000 (07:32 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 14 Oct 2004 07:32:20 +0000 (07:32 +0000)
includes/SpecialCategories.php

index 9be3d1c..3b2cac5 100644 (file)
@@ -26,7 +26,7 @@ class CategoriesPage extends QueryPage {
        }
 
        function getPageHeader() {
-               return '<p>'.wfMsg('categoriespagetext')."</p><br>\n";
+               return '<p>'.wfMsg('categoriespagetext')."</p><br />\n";
        }
        function getSQL() {
                $NScat = NS_CATEGORY;