diff --git a/website/levels.php b/website/levels.php
index a8bd645..33a81b3 100644
--- a/website/levels.php
+++ b/website/levels.php
@@ -24,11 +24,11 @@ function getworldname($wld) {
for ($w = 1; $w <= 4; $w++) {
echo "
\n";
- printf("World %d - %s | \n",$w, getworldname($w));
+ printf("World %d - %s | \n",$w, getworldname($w));
echo "
\n";
for ($l = 1; $l <= 20;) {
echo "\n";
- for ($i = 0 ; $i < 3; $i++) {
+ for ($i = 0 ; $i < 4; $i++) {
echo "\n";
echo "\n";
if ($l > 20) {
|