Fixed typo

This commit is contained in:
Rob Pearce 2008-12-02 22:40:58 +00:00
parent c40a342f32
commit 931bb7dc11
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ for ($w = 1; $w <= 4; $w++) {
echo "<center>\n";
if ($l > 20) {
printf("&nbsp;\n");
} else
} else {
printf("<img src=\"levels/level_%d_%d.png\">\n",$w,$l);
echo "<br>\n";
printf("<b>%d-%d </b>",$w,$l);