Revision: 51588
Author:   siebrand
Date:     2009-06-08 12:46:03 +0000 (Mon, 08 Jun 2009)

Log Message:
-----------
(bug 19126) Follow-up to r51559: replace a period with a comma to get expected 
results.

Modified Paths:
--------------
    trunk/phase3/includes/CategoryPage.php

Modified: trunk/phase3/includes/CategoryPage.php
===================================================================
--- trunk/phase3/includes/CategoryPage.php      2009-06-08 10:26:11 UTC (rev 
51587)
+++ trunk/phase3/includes/CategoryPage.php      2009-06-08 12:46:03 UTC (rev 
51588)
@@ -146,7 +146,7 @@
                // 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' )



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to