Fixing the most annoying problem in Bug 5724: adding dir mark after the recent change...
authorRotem Liss <rotem@users.mediawiki.org>
Mon, 19 Jun 2006 19:32:53 +0000 (19:32 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Mon, 19 Jun 2006 19:32:53 +0000 (19:32 +0000)
includes/ChangesList.php

index 95ac846..84aadb3 100644 (file)
@@ -170,6 +170,8 @@ class ChangesList {
                        : '';
                $articlelink = ' '. $this->skin->makeKnownLinkObj( $rc->getTitle(), '', $params );
                if($watched) $articlelink = '<strong>'.$articlelink.'</strong>';
+               global $wgContLang;
+               $articlelink .= $wgContLang->getDirMark();
 
                $s .= ' '.$articlelink;
        }