X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fvcard_edit.c;h=4934cf6ee4a9b39083d01f6586f4093f0e4f5e51;hb=c77900f83a8fb36b2c0f4459056cb891f4b08b8d;hp=3fbde0520987b241b3100fca00a0e156222deb4e;hpb=8db352111c77b005a5159de38422d676526403af;p=citadel.git diff --git a/webcit/vcard_edit.c b/webcit/vcard_edit.c index 3fbde0520..4934cf6ee 100644 --- a/webcit/vcard_edit.c +++ b/webcit/vcard_edit.c @@ -505,7 +505,7 @@ void display_parsed_vcard(StrBuf *Target, struct vCard *v, int full, wc_mime_att if (pass == 1) { StrBufAppendPrintf(Target, "" "" - "" + "" ""); StrEscAppend(Target, NULL, fullname, 0, 0); StrBufAppendPrintf(Target, "");