(bug 19126) Follow-up to r51559: replace a period with a comma to get expected results.
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Mon, 8 Jun 2009 12:46:03 +0000 (12:46 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Mon, 8 Jun 2009 12:46:03 +0000 (12:46 +0000)
includes/CategoryPage.php

index f7af3d6..35a8326 100644 (file)
@@ -146,7 +146,7 @@ class CategoryViewer {
                // Subcategory; strip the 'Category' namespace from the link text.
                $this->children[] = $this->getSkin()->link(
                        $title,
-                       $wgContLang->convertHtml( $title->getText() ).
+                       $wgContLang->convertHtml( $title->getText() ),
                        array(),
                        array(),
                        array( 'known', 'noclasses' )