X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fvcard_edit.c;h=f9eabc4a195f70201cb2a7323bd3454136d91ab3;hb=f6f51307f975c67d86448d5b456f9650dc36d773;hp=d28bd47c20b6c138824cd330e3aa53601482e2ac;hpb=ed4c2c5dcb1042ac895fa783a3231dba2883db37;p=citadel.git diff --git a/webcit/vcard_edit.c b/webcit/vcard_edit.c index d28bd47c2..f9eabc4a1 100644 --- a/webcit/vcard_edit.c +++ b/webcit/vcard_edit.c @@ -187,7 +187,8 @@ void do_edit_vcard(long msgnum, char *partnum, char *return_to) { ); wprintf("
\n"); - wprintf("
\n"); + wprintf("
" + "
\n"); wprintf("" "" @@ -276,7 +277,7 @@ void do_edit_vcard(long msgnum, char *partnum, char *return_to) { "\n" ); - wprintf("
Prefix
\n"); + wprintf("
\n"); wDumpContent(1); }