Index: trunk/phase3/includes/Skin.php |
— | — | @@ -522,7 +522,7 @@ |
523 | 523 | } |
524 | 524 | |
525 | 525 | function getCategoryLinks() { |
526 | | - global $wgUseCategoryBrowser, $wgContLang; |
| 526 | + global $wgUseCategoryBrowser; |
527 | 527 | |
528 | 528 | $out = $this->getContext()->getOutput(); |
529 | 529 | |
— | — | @@ -530,10 +530,7 @@ |
531 | 531 | return ''; |
532 | 532 | } |
533 | 533 | |
534 | | - // Use Unicode bidi embedding override characters, |
535 | | - // to make sure links don't smash each other up in ugly ways. |
536 | | - $dir = $wgContLang->getDir(); |
537 | | - $embed = "<li dir='$dir'>"; |
| 534 | + $embed = "<li>"; |
538 | 535 | $pop = "</li>"; |
539 | 536 | |
540 | 537 | $allCats = $out->getCategoryLinks(); |