From de9c003df92317d1c5ac21760484d8cc2dc8293a Mon Sep 17 00:00:00 2001 From: Dan Werthimer Date: Tue, 15 Jul 2003 19:05:22 +0000 Subject: [PATCH] Minor changes to start_table_noborder(). svn path=/trunk/boinc/; revision=1679 --- html/user/util.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/user/util.inc b/html/user/util.inc index f823ce994b..25db5a1dd7 100644 --- a/html/user/util.inc +++ b/html/user/util.inc @@ -148,8 +148,8 @@ function start_table() { echo ""; } -function start_table_noborder() { - echo "
"; +function start_table_noborder($width=640) { + echo "
"; } function end_table() {