Normally when sorting by rank(descending) it would be like this:
10
10
9
9
5
5
1
1
But at the moment it is:
9
9
5
5
10
10
1
1
It sorts by the first number, not the actual amount, it seems. Just a minor bug I found. I noticed that when you first click on the faction tab it is in correct descending order but if you change the way it sorts it switches to the incorrect order. Does this on both Chrome and Firefox for me.