Fixed typo
This commit is contained in:
parent
c40a342f32
commit
931bb7dc11
|
@ -33,7 +33,7 @@ for ($w = 1; $w <= 4; $w++) {
|
|||
echo "<center>\n";
|
||||
if ($l > 20) {
|
||||
printf(" \n");
|
||||
} else
|
||||
} else {
|
||||
printf("<img src=\"levels/level_%d_%d.png\">\n",$w,$l);
|
||||
echo "<br>\n";
|
||||
printf("<b>%d-%d </b>",$w,$l);
|
||||
|
|
Loading…
Reference in New Issue