From d6d45fe9cbbb2bf06ec39f6d7e24f108100e1649 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 11 Jul 2018 22:37:36 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8F=84=EC=9B=80=20=EC=A3=BC=EC=8B=A0=20?= =?UTF-8?q?=EB=B6=84=20=EC=9E=84=EC=8B=9C=20=EC=82=AD=EC=A0=9C.=20?= =?UTF-8?q?=EB=82=98=EC=A4=91=EC=97=90=20Credit=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=EB=90=98=EC=82=B4=EB=A6=AC=EA=B8=B0=EB=A1=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hwe/func.php b/hwe/func.php index dc9b830f..387ecfad 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -1180,11 +1180,10 @@ function msgprint($msg, $name, $picture, $imgsvr, $when, $num, $type) { function banner() { return sprintf( - '%s %s / %s
%s
', + '%s %s / %s', GameConst::$title, VersionGit::$version, - GameConst::$banner, - GameConst::$helper); + GameConst::$banner); } function addTurn($date, int $turnterm, int $turn=1) {