From: Siebrand Mazeland Date: Mon, 8 Jun 2009 12:46:03 +0000 (+0000) Subject: (bug 19126) Follow-up to r51559: replace a period with a comma to get expected results. X-Git-Tag: 1.31.0-rc.0~41447 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=9138653266e0ce628fa0d2e274084bca1934fc76;p=lhc%2Fweb%2Fwiklou.git (bug 19126) Follow-up to r51559: replace a period with a comma to get expected results. --- 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' )