From ff8c876274da42935b9a5ea0836d0146d4fb9e86 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 9 Mar 2019 02:26:50 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BB=A4=EB=A7=A8=EB=93=9C=20=EB=B2=84?= =?UTF-8?q?=EA=B7=B8=20=EC=88=98=EC=A0=95=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hwe/func.php b/hwe/func.php index 4a2a613f..822b13d6 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -468,20 +468,20 @@ function addCommand($typename, $value, $valid = 1, $color=0) { switch($color) { case 0: echo " - "; + "; break; case 1: echo " - "; + "; break; case 2: echo " - "; + "; break; } } else { echo " - "; + "; } }