From 2a6b3357b468e4429c7cd83385336f819d801543 Mon Sep 17 00:00:00 2001 From: structix Date: Sun, 30 Jun 2019 23:02:48 +0200 Subject: [PATCH] Fix --- cgi-bin/uebung08/hangman.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi-bin/uebung08/hangman.php b/cgi-bin/uebung08/hangman.php index f8ec1ef..18ce2a7 100644 --- a/cgi-bin/uebung08/hangman.php +++ b/cgi-bin/uebung08/hangman.php @@ -20,7 +20,7 @@ END; $alphabet = range('A', 'Z'); foreach($alphabet as $abc) { echo <<$abc + END; }