Index: includes/specials/SpecialRecentchanges.php
===================================================================
--- includes/specials/SpecialRecentchanges.php	(revision 49257)
+++ includes/specials/SpecialRecentchanges.php	(working copy)
@@ -597,7 +597,8 @@
 		global $wgUser;
 		$sk = $wgUser->getSkin();
 		$params = $override + $options;
-		return $sk->link( $this->getTitle(), htmlspecialchars( $title ),
+		return $sk->link( $this->getTitle(),
+			( $active ? '<strong>' : '' ) . htmlspecialchars( $title ) . ( $active ? '</strong>' : '' ),
 			( $active ? array( 'style'=>'font-weight: bold;' ) : array() ), $params, array( 'known' ) );
 	}
 
