Typo
This commit is contained in:
@@ -14,7 +14,7 @@ echo <<<END
|
|||||||
END;
|
END;
|
||||||
|
|
||||||
echo <<<END
|
echo <<<END
|
||||||
<form action="/hangman-guess.php" method="post">
|
<form action="hangman-guess.php" method="post">
|
||||||
END;
|
END;
|
||||||
//Output all buttons
|
//Output all buttons
|
||||||
$alphabet = range('A', 'Z');
|
$alphabet = range('A', 'Z');
|
||||||
|
Reference in New Issue
Block a user