From: Art Cancro Date: Thu, 15 May 2003 04:52:26 +0000 (+0000) Subject: * Minor workaround in web forms to handle mime parser problem in uploads X-Git-Tag: v7.86~5900 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=30cac5a65ec60311e013ae32f9cdbeb60f3ad701;hp=2781973f43a71bd9c31fb8223ff607702a3613bd;p=citadel.git * Minor workaround in web forms to handle mime parser problem in uploads --- diff --git a/webcit/ChangeLog b/webcit/ChangeLog index 10d1e7f17..ab8cf7caf 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,4 +1,7 @@ $Log$ +Revision 410.28 2003/05/15 04:52:26 ajc +* Minor workaround in web forms to handle mime parser problem in uploads + Revision 410.27 2003/05/15 03:35:59 ajc * look and feel overhaul -- almost done! @@ -1388,4 +1391,3 @@ Sun Dec 6 19:50:55 EST 1998 Art Cancro 1998-12-03 Nathan Bryant * webserver.c: warning fix - diff --git a/webcit/graphics.c b/webcit/graphics.c index 7616be447..90845b5ee 100644 --- a/webcit/graphics.c +++ b/webcit/graphics.c @@ -40,6 +40,8 @@ void display_graphics_upload(char *description, char *check_cmd, char *uplurl) wprintf("
\n", uplurl); + wprintf("\n"); + wprintf("\n"); @@ -53,6 +55,7 @@ void display_graphics_upload(char *description, char *check_cmd, char *uplurl) wprintf("
"); wprintf("\n"); wprintf("\n"); + wprintf("\n"); wprintf("
\n"); wprintf("Cancel\n"); wprintf("\n");