From 9138653266e0ce628fa0d2e274084bca1934fc76 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 8 Jun 2009 12:46:03 +0000 Subject: [PATCH] (bug 19126) Follow-up to r51559: replace a period with a comma to get expected results. --- includes/CategoryPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/CategoryPage.php b/includes/CategoryPage.php index f7af3d6a15..35a83264f7 100644 --- a/includes/CategoryPage.php +++ b/includes/CategoryPage.php @@ -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' ) -- 2.20.1