r14833 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r14832
|
r14833
|
r14834
>
Date:
09:38, 20 June 2006
Author:
rotem
Status:
old
Tags:
Comment:
Using the escaped UTF-8 characters instead of the hidden characters themselves, to prevent confusion.
Modified paths:
/trunk/phase3/languages/Language.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/languages/Language.php
—
—
@@ -861,7 +861,7 @@
862
862
*
863
863
* @return string
864
864
*/
865
- function getDirMark() { return $this->isRTL() ? '' : ''; }
865
+ function getDirMark() { return $this->isRTL() ? "\xE2\x80\x8F" : "\xE2\x80\x8E"; }
866
866
867
867
/**
868
868
* To allow "foo[[bar]]" to extend the link over the whole word "foobar"
Status & tagging log
01:58, 13 October 2010
😂
(
talk
|
contribs
)
changed the
status
of r14833
[
removed:
new
added:
old]