Index: CategoryPage.php
===================================================================
--- CategoryPage.php	(revision 75162)
+++ CategoryPage.php	(working copy)
@@ -161,9 +161,10 @@
 	 */
 	function addSubcategoryObject( Category $cat, $sortkey, $pageLength ) {
 		// Subcategory; strip the 'Category' namespace from the link text.
+		$title = $cat->getTitle();
 		$this->children[] = $this->getSkin()->link(
-			$cat->getTitle(),
-			null,
+			$title,
+			$title->getText(),
 			array(),
 			array(),
 			array( 'known', 'noclasses' )
