X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fcalendar.c;h=e127778090bd5924fb6ae41746e396934bfe5e10;hb=5e91a276d21a8386402e0a7444ac6a0301da924e;hp=1be4b6c0fe639e4aab6526c689d20cde31bc7403;hpb=b7fd7089b67eecfa7afe8434217cbad08ce657be;p=citadel.git diff --git a/webcit/calendar.c b/webcit/calendar.c index 1be4b6c0f..e12777809 100644 --- a/webcit/calendar.c +++ b/webcit/calendar.c @@ -102,7 +102,7 @@ void cal_process_object(icalcomponent *cal, case ICAL_METHOD_REQUEST: wprintf("\n" "" + "SRC=\"/static/calarea_48x.gif\">" "  " "Meeting invitation" "\n" @@ -111,7 +111,7 @@ void cal_process_object(icalcomponent *cal, case ICAL_METHOD_REPLY: wprintf("\n" "" + "SRC=\"/static/calarea_48x.gif\">" "  " "Attendee's reply to your invitation" "\n" @@ -120,7 +120,7 @@ void cal_process_object(icalcomponent *cal, case ICAL_METHOD_PUBLISH: wprintf("\n" "" + "SRC=\"/static/calarea_48x.gif\">" "  " "Published event" "\n" @@ -357,7 +357,7 @@ void respond_to_request(void) { if (buf[0] == '2') { wprintf("
" - "" + "" "" ); if (!strcasecmp(bstr("sc"), "accept")) { @@ -415,7 +415,7 @@ void handle_rsvp(void) { if (buf[0] == '2') { wprintf("
" - "" + "" "" ); if (!strcasecmp(bstr("sc"), "update")) {