From b7b2f2e3494997705080aee2ec484c960677087b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 5 Dec 2016 13:44:47 -0800 Subject: [PATCH] web: tweak in top user page --- html/user/top_users.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/user/top_users.php b/html/user/top_users.php index 48ca1ffcc9..a1de942b19 100644 --- a/html/user/top_users.php +++ b/html/user/top_users.php @@ -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) {