From 8adc8976b64dbe0a3800f601898661f2561750a1 Mon Sep 17 00:00:00 2001 From: Robin Pepermans Date: Thu, 30 Jun 2011 14:10:53 +0000 Subject: [PATCH] Follow-up r91167: that was for history of course.. this one is for recentchanges etc. --- includes/ChangesList.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/ChangesList.php b/includes/ChangesList.php index 8f0be6358d..e8698b4cc4 100644 --- a/includes/ChangesList.php +++ b/includes/ChangesList.php @@ -589,6 +589,8 @@ class OldChangesList extends ChangesList { } # User tool links $this->insertUserRelatedLinks( $s, $rc ); + # LTR/RTL direction mark + $s .= wfUILang()->getDirMark(); # Log action text (if any) $this->insertAction( $s, $rc ); # Edit or log comment -- 2.20.1