http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90735

Revision: 90735
Author:   robin
Date:     2011-06-24 20:59:26 +0000 (Fri, 24 Jun 2011)
Log Message:
-----------
(bug 28030) LTR usernames are aligned incorrectly in RTL wikis when the date 
preference is yyyy-mm-ddThh:mm:ss -> add a direction mark

Modified Paths:
--------------
    trunk/phase3/includes/HistoryPage.php

Modified: trunk/phase3/includes/HistoryPage.php
===================================================================
--- trunk/phase3/includes/HistoryPage.php       2011-06-24 20:25:55 UTC (rev 
90734)
+++ trunk/phase3/includes/HistoryPage.php       2011-06-24 20:59:26 UTC (rev 
90735)
@@ -535,6 +535,7 @@
                }
 
                $s .= " $link";
+               $s .= wfUILang()->getDirMark();
                $s .= " <span class='history-user'>" .
                        $this->getSkin()->revUserTools( $rev, true ) . 
"</span>";
 


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to