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]"; }