From 08513967f92c9ba91ad8cd4047282f240f74d482 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Fri, 28 Oct 2011 06:04:22 +0000 Subject: [PATCH] Adding dirmark after changed bytes to prevent mixing with LTR usernames and summaries. --- includes/ChangesList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ChangesList.php b/includes/ChangesList.php index 1a04930581..f25e1da605 100644 --- a/includes/ChangesList.php +++ b/includes/ChangesList.php @@ -218,7 +218,7 @@ class ChangesList extends ContextSource { return Html::element( $tag, array( 'dir' => 'ltr', 'class' => $formattedSizeClass ), - "($formattedSize)" ); + "($formattedSize)" ) . $wgLang->getDirMark(); } /** -- 2.20.1