web: tweak in top user page

This commit is contained in:
David Anderson 2016-12-05 13:44:47 -08:00
parent e7fce16107
commit b7b2f2e349
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@ function user_table_start($sort_by) {
$x[] = tra("Country");
$x[] = tra("Participant since");
$s = 'style="text-align:right;"';
row_heading_array($x);
$a = array(null, null, ALIGN_RIGHT, ALIGN_RIGHT, null, null);
row_heading_array($x, $a);
}
function show_user_row($user, $i) {