diff --git a/html/user/.cvsignore b/html/user/.cvsignore new file mode 100644 index 0000000000..fc24df6385 --- /dev/null +++ b/html/user/.cvsignore @@ -0,0 +1 @@ +schedulers.txt diff --git a/html/user/user.inc b/html/user/user.inc index 76c98457f7..128598b8b7 100644 --- a/html/user/user.inc +++ b/html/user/user.inc @@ -91,7 +91,7 @@ function show_user_summary_public($user) { // it has info that other users aren't supposed to see function show_user_page_private($user) { - start_table(); + start_table("width=80%"); show_user_profile_private($user); // NOTE: Will include the actual user profile. show_user_stats_private($user); end_table();