From c2cfd217c229c2f89048eefc5e253613cf0da525 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 28 Jul 2018 02:02:50 +0900 Subject: [PATCH] =?UTF-8?q?=EC=95=94=ED=96=89=EB=B6=80=20=ED=84=B4=20?= =?UTF-8?q?=ED=91=9C=EA=B8=B0=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/b_genList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/b_genList.php b/hwe/b_genList.php index 966a5bce..132ffdb9 100644 --- a/hwe/b_genList.php +++ b/hwe/b_genList.php @@ -161,7 +161,7 @@ foreach ($generals as &$general) { $turn = getTurn($general, 1, 0); for ($i=0; $i < 5; $i++) { - $turn[$i] = StringUtil::subStringForWidth($turn[$i], 0, 20); + $turn[$i] = StringUtil::subStringForWidth($turn[$i], 0, 27); $k = $i+1; $turntext[] = " $k : $turn[$i]"; }