From 4ccb8b3d782e3ed455febcb8a48e53890d093722 Mon Sep 17 00:00:00 2001 From: structix Date: Sun, 30 Jun 2019 18:18:41 +0200 Subject: [PATCH] Update --- cgi-bin/uebung08/list-words.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi-bin/uebung08/list-words.php b/cgi-bin/uebung08/list-words.php index 93c5cce..38dbbb6 100644 --- a/cgi-bin/uebung08/list-words.php +++ b/cgi-bin/uebung08/list-words.php @@ -19,7 +19,7 @@ for ($i = 0; $i < count($arr); $i++) { $mask = implode(" ", maskWord($arr[$i])); echo << - $a + $arr[$i] $transformed $mask