Increased the maxlenth of the entry field cgipackages.list.chroot on l-b.cgi (Closes: #693732).

This commit is contained in:
Richard Nelson 2012-11-19 20:28:32 -06:00
parent b7ac34da65
commit 8f90c22f7d
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
</tr>
<tr>
<td><label for="Packages">cgipackages.list.chroot:</label> </td>
<td><input id="Packages" name="cgipackages" maxlength="256" size="50" type="text" /></td>
<td><input id="Packages" name="cgipackages" maxlength="2000" size="50" type="text" /></td>
</tr>
</table>
</div>