This commit is contained in:
2019-06-30 20:14:22 +02:00
parent c941f34198
commit 8c07461fa5

View File

@@ -14,7 +14,7 @@ echo <<<END
END;
echo <<<END
<form action="/hangman-guess.php" method="post">
<form action="hangman-guess.php" method="post">
END;
//Output all buttons
$alphabet = range('A', 'Z');