Merge "Make sure that positive/negative sign in displayed correctly"

This commit is contained in:
jenkins-bot 2016-07-18 12:34:54 +00:00 committed by Gerrit Code Review
commit e017abc3f3

View file

@ -229,6 +229,9 @@
$changeNumber = $( '<span>' )
.addClass( changeSizeClass )
.attr( {
dir: 'ltr' // Make sure that minus/plus is on the left
} )
.text( leadingSign + mw.language.convertNumber( relativeSize ) );
return $( '<p>' ).append(