Index: trunk/extensions/CategoryTree/CategoryTreeFunctions.php |
— | — | @@ -702,8 +702,8 @@ |
703 | 703 | 'title' => wfMsgExt( 'categorytree-member-counts', 'parsemag', $subcatCount, $pages , $fileCount, $pageCount, $count ) |
704 | 704 | ); |
705 | 705 | |
706 | | - $s .= ' '; |
707 | | - global $wgLang; |
| 706 | + global $wgContLang, $wgLang; |
| 707 | + $s .= $wgContLang->getDirMark() . ' '; |
708 | 708 | $s .= Xml::tags( 'span', $attr, |
709 | 709 | wfMsgExt( 'categorytree-member-num', |
710 | 710 | array( 'parsemag', 'escapenoentities' ), |