From 08d32944cf787ea0506b9b3782527e316c30dce3 Mon Sep 17 00:00:00 2001 From: structix Date: Sun, 30 Jun 2019 20:13:22 +0200 Subject: [PATCH] Typo 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 8c116d3..da1d3fc 100644 --- a/cgi-bin/uebung08/hangman.php +++ b/cgi-bin/uebung08/hangman.php @@ -17,7 +17,7 @@ echo << END; //Output all buttons - $alphabet = range('A', 'Z')); + $alphabet = range('A', 'Z'); foreach($alphabet as $abc) { echo <<$abc