X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fcalendar.c;h=01dd192b1df89a9708168d955d1270dfe831dd4b;hb=38668b88b8c1017e957a6ab2ffe258c8b56c1048;hp=3e74dde71cda92eb0c3d6fcd1866aa7dc47a9136;hpb=9beb839d0a92cd479bd2452d4d8dfe87e8000c9c;p=citadel.git diff --git a/webcit/calendar.c b/webcit/calendar.c index 3e74dde71..01dd192b1 100644 --- a/webcit/calendar.c +++ b/webcit/calendar.c @@ -354,7 +354,7 @@ void respond_to_request(void) { output_headers(3); - wprintf("
" + wprintf("
" "Respond to meeting request" "

\n" ); @@ -409,7 +409,7 @@ void handle_rsvp(void) { output_headers(3); - wprintf("
" + wprintf("
" "" "Update your calendar with this RSVP" "

\n" @@ -537,7 +537,7 @@ void display_edit_individual_task(icalcomponent *supplied_vtodo, long msgnum) { } output_headers(3); - wprintf("
" + wprintf("
" "Edit task" "

\n" );