mirror of https://github.com/BOINC/boinc.git
minor error in row3 function
svn path=/trunk/boinc/; revision=308
This commit is contained in:
parent
33bfa9e96a
commit
b3e0af1d21
|
@ -65,7 +65,7 @@ function row2($x, $y) {
|
|||
}
|
||||
|
||||
function row3($x, $y, $z) {
|
||||
echo "<tr><td width=30% valign=top align=right>$x</td><td>$y</td><td>$x</td></tr>\n";
|
||||
echo "<tr><td width=30% valign=top align=right>$x</td><td>$y</td><td>$z</td></tr>\n";
|
||||
}
|
||||
|
||||
function random_string() {
|
||||
|
|
Loading…
Reference in New Issue