diff --git a/hwe/b_genList.php b/hwe/b_genList.php index aacafb33..f97ba18a 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, 37); + $turn[$i] = StringUtil::subStringForWidth($turn[$i], 0, 41); $k = $i+1; $turntext[] = " $k : $turn[$i]"; } diff --git a/hwe/templates/generalList.php b/hwe/templates/generalList.php index 6f109239..3becc3cb 100644 --- a/hwe/templates/generalList.php +++ b/hwe/templates/generalList.php @@ -10,11 +10,11 @@