From: Robin Pepermans Date: Fri, 24 Jun 2011 20:59:26 +0000 (+0000) Subject: (bug 28030) LTR usernames are aligned incorrectly in RTL wikis when the date preferen... X-Git-Tag: 1.31.0-rc.0~29302 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=cfeaf96975a33d771b1b25c4deb40b79970899a5;p=lhc%2Fweb%2Fwiklou.git (bug 28030) LTR usernames are aligned incorrectly in RTL wikis when the date preference is yyyy-mm-ddThh:mm:ss -> add a direction mark --- diff --git a/includes/HistoryPage.php b/includes/HistoryPage.php index 01bce08bd5..baff3aa791 100644 --- a/includes/HistoryPage.php +++ b/includes/HistoryPage.php @@ -535,6 +535,7 @@ class HistoryPager extends ReverseChronologicalPager { } $s .= " $link"; + $s .= wfUILang()->getDirMark(); $s .= " " . $this->getSkin()->revUserTools( $rev, true ) . "";