diff options
-rw-r--r-- | web/html/pkgsubmit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php index f9e9c3c2..ccf1df7a 100644 --- a/web/html/pkgsubmit.php +++ b/web/html/pkgsubmit.php @@ -467,7 +467,7 @@ if ($_COOKIE["AURSID"]) { print " <td span='f4' align='right'>"; print __("Package name").":</td>\n"; print " <td span='f4' align='left'>"; - print "<input type='text' name='pkgname' size='30' maxlength='15' />\n"; + print "<input type='text' name='pkgname' size='30' maxlength='32' />\n"; print " </td>\n"; print "</tr>\n"; print "<tr>\n"; |