Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F2224
Linker.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:35 (UTC+0)
Size
644 B
Referenced Files
None
Subscribers
None
Linker.php.diff
View Options
Index: w/includes/Linker.php
===================================================================
RCS file: /cvsroot/wikipedia/phase3/includes/Linker.php,v
retrieving revision 1.48
diff -u -2 -r1.48 Linker.php
--- w/includes/Linker.php 21 Aug 2005 00:38:05 -0000 1.48
+++ w/includes/Linker.php 26 Aug 2005 07:44:46 -0000
@@ -57,5 +57,5 @@
}
- $r .= " title=\"{$link}\"";
+ $r .= " title=\"{$link}\" style=\"unicode-bidi:embed\"";
return $r;
}
@@ -73,5 +73,6 @@
}
- $r .= ' title="' . $nt->getEscapedText() . '"';
+ $title = $nt->getEscapedText();
+ $r .= " title=\"{$title}\" style=\"unicode-bidi:embed\"";
return $r;
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1801
Default Alt Text
Linker.php.diff (644 B)
Attached To
Mode
T5016: Editing RTL article confuses RC
Attached
Detach File
Event Timeline
Log In to Comment