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) {