Expand email address box max length from 40 to 60 chars
authorArt Cancro <ajc@citadel.org>
Wed, 11 Oct 2006 16:51:27 +0000 (16:51 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 11 Oct 2006 16:51:27 +0000 (16:51 +0000)
webcit/vcard_edit.c

index 22ade62db42d49f83f8a2c90ebc91fc39eed332c..3a6f33c14d6980a4c6af55cc222ca13ccd44de37 100644 (file)
@@ -308,7 +308,7 @@ void do_edit_vcard(long msgnum, char *partnum, char *return_to) {
        wprintf(_("Primary Internet e-mail address"));
        wprintf("<br />"
                "<input type=\"text\" name=\"primary_inetemail\" "
-               "size=40 maxlength=40 value=\"");
+               "size=40 maxlength=60 value=\"");
        escputs(primary_inetemail);
        wprintf("\"><br />"
                "</td><td valign=top>");