mirror of https://github.com/BOINC/boinc.git
Minor changes to start_table_noborder().
svn path=/trunk/boinc/; revision=1679
This commit is contained in:
parent
6b1e8eaa69
commit
de9c003df9
|
@ -148,8 +148,8 @@ function start_table() {
|
|||
echo "<table border=1 cellpadding=5>";
|
||||
}
|
||||
|
||||
function start_table_noborder() {
|
||||
echo "<table border=0 cellpadding=0 width=640>";
|
||||
function start_table_noborder($width=640) {
|
||||
echo "<table border=0 cellpadding=0 width=$width>";
|
||||
}
|
||||
|
||||
function end_table() {
|
||||
|
|
Loading…
Reference in New Issue