X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fvcard_edit.c;h=1f44dd862640d721dd7d843f16f543448cb91ce0;hb=19efac53a8a87446e66e6e0213d7f9b46af60a48;hp=11a059b87ff557ab743fe8a5f5c4695e848a67d8;hpb=2de0bf4c61fbe29da0952c04192739f4d347a31d;p=citadel.git diff --git a/webcit/vcard_edit.c b/webcit/vcard_edit.c index 11a059b87..1f44dd862 100644 --- a/webcit/vcard_edit.c +++ b/webcit/vcard_edit.c @@ -1231,6 +1231,7 @@ void display_vcard_photo_img(void) hprintf("HTTP/1.1 500 %s\n","Unable to get photo"); output_headers(0, 0, 0, 0, 0, 0); hprintf("Content-Type: text/plain\r\n"); + begin_burst(); wprintf(_("Could Not decode vcard photo\n")); end_burst(); return;