Last modified: 2006-03-23 00:03:05 UTC
Hallo! This is a simple fix, easier then Bug 4044: BiDi: embed 3 fields in special:Recentchanges . (isRTL() ? '‏' : '‎') should be appended in http://cvs.sourceforge.net/viewcvs.py/wikipedia/phase3/includes/SpecialListusers.php?view=markup after the hardcoded text constants " (" and ")" in order to match directionality of the special page (at this moment the directionality of the content language / variant). *note* It would improuve the code if a global string wariable $wgPageMark could be defined and have the value (isRTL() ? '‏' : '‎') Will fix this bug together with Rob (either with the global variable or without). best reagrds reinhardt [[user:gangleri]]
Instructions are available at http://test.leuksman.com/view/FiverAlpha:Special_pages/BiDi/Listusers (In reply to comment #0) > *note* > It would improuve the code if a global string wariable $wgPageMark could be > defined and have the value > (isRTL() ? '‏' : '‎') The safe variant of the fix requires also *another* global string wariable $wgPageMark haveing the value (isRTL() ? '&rtl;' : '<r;') best reagrds reinhardt [[user:gangleri]]
Illegible.