https://bugzilla.wikimedia.org/show_bug.cgi?id=3922


Philippe Verdy <verd...@wanadoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |verd...@wanadoo.fr




--- Comment #24 from Philippe Verdy <verd...@wanadoo.fr>  2009-11-20 00:23:17 
UTC ---
Why don't you simply place each captegory within a basic <span>...</span> and
then separate them using (space,pipe,space) separators ? The BiDi algorithm
does not reorders text fragments across distinct strings in distinct elements
which remain in their own unbroken run of glyphs ?

You don't need to use BiDi control overrides (and they are officially NOT
recommanded in HTML).

So this should work (no need to even test the site's locale directionality, or
if there are mixed scripts in the visible category names) :

$t = '<span>' . implode('</span>&nbsp;| <span>', $wgOut->mCategoryLinks) .
'</span>';


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to