From aa3b0e55d01c154d17422ca7d48332fb5675cf65 Mon Sep 17 00:00:00 2001 From: gergo314 Date: Thu, 14 Jan 2021 13:16:37 +0100 Subject: [PATCH] Update 'phphtml.php' --- phphtml.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/phphtml.php b/phphtml.php index 91a428f..827e413 100644 --- a/phphtml.php +++ b/phphtml.php @@ -12,9 +12,9 @@ echo $v; } - foreach ($valami as $id=>$v) { //csak tomb ertek, kulcs elveszik - foreach ($v as $i=>$w) { - //ez mar a masodik szinten is vegigmegy ha tomb a tombben - } + foreach ($valami as $id=>$v) { //csak tomb ertek, kulcs elveszik + foreach ($v as $i=>$w) { + //ez mar a masodik szinten is vegigmegy ha tomb a tombben + } } ?> \ No newline at end of file