diff --git a/hwe/b_genList.php b/hwe/b_genList.php index 132ffdb9..aacafb33 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, 27); + $turn[$i] = StringUtil::subStringForWidth($turn[$i], 0, 37); $k = $i+1; $turntext[] = " $k : $turn[$i]"; } diff --git a/hwe/templates/generalList.php b/hwe/templates/generalList.php index c37d6964..6f109239 100644 --- a/hwe/templates/generalList.php +++ b/hwe/templates/generalList.php @@ -4,16 +4,16 @@