From fa7c7794d059d1e70b0ae20fe12d9acad9101cba Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 16 Dec 2021 01:56:44 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=83=81/=ED=95=98=EB=8B=A8=20?= =?UTF-8?q?=EB=8F=8C=EC=95=84=EA=B0=80=EA=B8=B0=20=EB=B2=84=ED=8A=BC?= =?UTF-8?q?=EC=9D=84=20bootstrap=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_legacy.php | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/hwe/func_legacy.php b/hwe/func_legacy.php index bfc56589..a5ac76e2 100644 --- a/hwe/func_legacy.php +++ b/hwe/func_legacy.php @@ -103,23 +103,17 @@ function GetNationColors() function backButton() { - return " -
-"; + return "
"; } function CoreBackButton() { - return " -
-"; + return "
"; } function closeButton() { - return " -
-"; + return "
"; }