Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F2223
ChangesList.php.diff
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
•
bzimport
Nov 21 2014, 8:45 PM
2014-11-21 20:45:34 (UTC+0)
Size
1 KB
Referenced Files
None
Subscribers
None
ChangesList.php.diff
View Options
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
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1800
Default Alt Text
ChangesList.php.diff (1 KB)
Attached To
Mode
T5016: Editing RTL article confuses RC
Attached
Detach File
Event Timeline
Log In to Comment