From: Amir E. Aharoni Date: Fri, 28 Oct 2011 06:04:22 +0000 (+0000) Subject: Adding dirmark after changed bytes to prevent mixing with LTR usernames and summaries. X-Git-Tag: 1.31.0-rc.0~26854 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=08513967f92c9ba91ad8cd4047282f240f74d482;p=lhc%2Fweb%2Fwiklou.git Adding dirmark after changed bytes to prevent mixing with LTR usernames and summaries. --- 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(); } /**