Index: ChangesList.php
===================================================================
RCS file: /cvsroot/wikipedia/phase3/includes/ChangesList.php,v
retrieving revision 1.22
diff -u -2 -r1.22 ChangesList.php
--- ChangesList.php	24 Jul 2005 00:38:44 -0000	1.22
+++ ChangesList.php	3 Aug 2005 10:20:16 -0000
@@ -80,5 +80,5 @@
 
 		# Article link
-		$link = $rcObj->link ;
+		$link = '<span style="unicode-bidi:embed">'.$rcObj->link.'</span>' ;
 		if ( $rcObj->watched ) $link = '<strong>'.$link.'</strong>' ;
 		$r .= $link ;
@@ -93,5 +93,5 @@
 
 		# User/talk
-		$r .= ') . . '.$rcObj->userlink ;
+		$r .= ') . . <span style="unicode-bidi:embed">'.$rcObj->userlink.'</span>' ;
 		$r .= $rcObj->usertalklink ;
 
@@ -214,5 +214,5 @@
 				$link = $this->skin->makeKnownLinkObj( $rcObj->getTitle(), $rcObj->timestamp , "{$curIdEq}&$o" ) ;
 			}
-			$link = '<tt>'.$link.'</tt>' ;
+			$link = '<tt style="unicode-bidi:embed">'.$link.'</tt>' ;
 
 			$r .= $link ;
@@ -221,5 +221,5 @@
 			$r .= '; ' ;
 			$r .= $rcObj->lastlink ;
-			$r .= ') . . '.$rcObj->userlink ;
+			$r .= ') . . <span style="unicode-bidi:embed">'.$rcObj->userlink.'</span>' ;
 			$r .= $rcObj->usertalklink ;
 			$r .= $this->skin->commentBlock( $rc_comment, $rcObj->getTitle() );
@@ -351,5 +351,5 @@
 			}
 
-			$s .= ' '.$articleLink;
+			$s .= ' <span style="unicode-bidi:embed">'.$articleLink.'</span>';
 			wfProfileOut("$fname-page");
 		}
@@ -368,5 +368,5 @@
 			$userLink = $this->skin->makeLinkObj( $userPage, $rc_user_text );
 		}
-		$s .= $userLink;
+		$s .= '<span style="unicode-bidi:embed">'.$userLink.'</span>';
 
 		# User talk link
