X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fcalendar.c;h=616bfe2ce1f95f4b0f33261470aacd2c785f5ca7;hb=37117bad89e16d3b7b89ab7e24526a5478593626;hp=1089e115e73f5b7767f2b0beb8f0cfeff70c5dc5;hpb=8cca0febb0328ba2759994318f557973d5b7279d;p=citadel.git diff --git a/webcit/calendar.c b/webcit/calendar.c index 1089e115e..616bfe2ce 100644 --- a/webcit/calendar.c +++ b/webcit/calendar.c @@ -357,10 +357,9 @@ void respond_to_request(void) { output_headers(3); - wprintf("
" - "Respond to meeting request" - "

\n" + wprintf("
" + "Respond to meeting request" + "

\n" ); serv_printf("ICAL respond|%s|%s|%s|", @@ -413,10 +412,10 @@ void handle_rsvp(void) { output_headers(3); - wprintf("
" - "Update your calendar with this RSVP" - "

\n" + wprintf("
" + "" + "Update your calendar with this RSVP" + "

\n" ); serv_printf("ICAL handle_rsvp|%s|%s|%s|", @@ -542,10 +541,9 @@ void display_edit_individual_task(icalcomponent *supplied_vtodo, long msgnum) { } output_headers(3); - wprintf("
" - "Edit task" - "

\n" + wprintf("
" + "Edit task" + "

\n" ); wprintf("
\n");