This commit is contained in:
2018-01-16 04:33:19 +09:00
parent 131c5319ec
commit fdefd49bea
28 changed files with 136 additions and 136 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ for($i=0; $i < $troopcount; $i++) {
for($k=0; $k < $genCount; $k++) {
$general = MYDB_fetch_array($genresult);
echo "
<option value=$general['no']>{$general['name']}</option>";
<option value={$general['no']}>{$general['name']}</option>";
}
echo "
</select><br>