From: Art Cancro Date: Tue, 10 Apr 2007 01:50:43 +0000 (+0000) Subject: Expand 'state' field in contact editor to the same length X-Git-Tag: v7.86~3452 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=a14c4ce671655f128ec338f3ac8eef67d4206dd1;p=citadel.git Expand 'state' field in contact editor to the same length as the other fields. --- diff --git a/webcit/vcard_edit.c b/webcit/vcard_edit.c index 09f5df8a7..9a8f6d837 100644 --- a/webcit/vcard_edit.c +++ b/webcit/vcard_edit.c @@ -266,7 +266,7 @@ void do_edit_vcard(long msgnum, char *partnum, char *return_to) { wprintf(_("State:")); wprintf("" "\n", + "value=\"%s\" maxlength=\"29\">\n", state); wprintf(""); wprintf(_("ZIP code:"));