live-systems.org/gitweb
/
live-build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7ac34d
)
Increased the maxlenth of the entry field cgipackages.list.chroot on l-b.cgi (Closes...
author
Richard Nelson
<unixabg@gmail.com>
Tue, 20 Nov 2012 02:28:32 +0000
(20:28 -0600)
committer
Richard Nelson
<unixabg@gmail.com>
Tue, 20 Nov 2012 02:28:32 +0000
(20:28 -0600)
templates/cgi/debian/form.html
patch
|
blob
|
blame
|
history
diff --git
a/templates/cgi/debian/form.html
b/templates/cgi/debian/form.html
index
5c39522
..
f80ed93
100644
(file)
--- a/
templates/cgi/debian/form.html
+++ b/
templates/cgi/debian/form.html
@@
-58,7
+58,7
@@
</tr>
<tr>
<td><label for="Packages">cgipackages.list.chroot:</label> </td>
- <td><input id="Packages" name="cgipackages" maxlength="2
56
" size="50" type="text" /></td>
+ <td><input id="Packages" name="cgipackages" maxlength="2
000
" size="50" type="text" /></td>
</tr>
</table>
</div>