From cfeaf96975a33d771b1b25c4deb40b79970899a5 Mon Sep 17 00:00:00 2001 From: Robin Pepermans Date: Fri, 24 Jun 2011 20:59:26 +0000 Subject: [PATCH] (bug 28030) LTR usernames are aligned incorrectly in RTL wikis when the date preference is yyyy-mm-ddThh:mm:ss -> add a direction mark --- includes/HistoryPage.php | 1 + 1 file changed, 1 insertion(+) 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 ) . ""; -- 2.20.1