Last modified: 2006-05-27 00:28:36 UTC
Hebrew is written at RTL, so the arrow need be ← instead →, and we cannot change it
What arrow?
The arrow at Special:DoubleRedirects page
relates to all other RTL wiki's [[ar:]] [[fa:]] [[he:]] [[ur:]] [[yi:]]
Fixed in HEAD. The arrow can be changed at [[Mediawiki:doubleredirectsarrow]] after the fix is applied to live version.
Not only the arrow, but the whole lines should be handled in a special way. In LTR mode, lrm should be used, and in RTL mode, rlm should be used. As it is now, if the redirect is with latin letter articles in an RTL wiki, the display will be odd. Eg: if the chaining is A->B->C, it will display visually as: A <- B <- C while it should be C <- B <- A (in RTL display) the problem is similar to the one of the lists (recentchnges, imagelist, logs), and it is that actually those are not just lines of text, but rather columns; eg: the order should be preserved. puting lrm or rlm (according to language display (not language of wiki) around the arrows, should solve it I think