From eb9ae00d24279d64aadacf0e3cc39faa1a13fef9 Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 4 Jun 2018 01:52:33 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=85=EC=98=88=EC=9D=98=20=EC=A0=84?= =?UTF-8?q?=EB=8B=B9=20=EA=B8=80=EC=9E=90=EC=88=98=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/a_hallOfFame.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/a_hallOfFame.php b/hwe/a_hallOfFame.php index 01979fa3..3e46207e 100644 --- a/hwe/a_hallOfFame.php +++ b/hwe/a_hallOfFame.php @@ -90,13 +90,13 @@ for ($i=0; $i < 21; $i++) { // echo ""; for ($k=0; $k < 10; $k++) { - echo "{$nation[$k]}"; + echo "{$nation[$k]}"; } echo ""; for ($k=0; $k < 10; $k++) { - echo "{$name[$k]}"; + echo "{$name[$k]}"; } echo "";