From e71148069e94ab50522d3978b9ffa07756426c05 Mon Sep 17 00:00:00 2001 From: structix Date: Sun, 30 Jun 2019 13:40:31 +0200 Subject: [PATCH] Changed indentation --- cgi-bin/uebung08/list-words.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/cgi-bin/uebung08/list-words.php b/cgi-bin/uebung08/list-words.php index 832ef38..4a0654c 100644 --- a/cgi-bin/uebung08/list-words.php +++ b/cgi-bin/uebung08/list-words.php @@ -17,13 +17,13 @@ END; foreach ($arr as $a) { $transformed = transformWord($a); $mask = maskWord($a); - echo << - $a - $transformed - $mask - - END; +echo << + $a + $transformed + $mask + +END; }