This commit is contained in:
yi12345
2013-07-19 02:31:19 +03:00
parent 7bc9f5654e
commit 2e7993ec93
+1 -1
View File
@@ -27,7 +27,7 @@ include("alli_menu.tpl");
</tr>
<tr>
<th>Position:</th>
<td><input class="name text" type="text" name="a_titel" value="<?php echo $playerData[rank]; ?>" maxlength="20" /></td>
<td><input class="name text" type="text" name="a_titel" value="<?php echo $playerData[rank]; ?>" maxlength="50" /></td>
</tr>
</tbody>
</table>