X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fcalendar.c;h=ac0d703f3a66373eb09c57d012f3baededb6ade5;hb=fa776200ed5a4d6f4c43d36cc2fca86912f67bc9;hp=e5f839025c5928eff142624e1e3b2b047d31fb8a;hpb=85114fe8f029bc5ec9efb9a026dfc1e5f4fa84f4;p=citadel.git diff --git a/webcit/calendar.c b/webcit/calendar.c index e5f839025..ac0d703f3 100644 --- a/webcit/calendar.c +++ b/webcit/calendar.c @@ -416,7 +416,7 @@ void handle_rsvp(void) { "" "Update your calendar with this RSVP" "\n" - "
\n" + "
\n
\n" ); serv_printf("ICAL handle_rsvp|%s|%s|%s|", @@ -526,7 +526,7 @@ void display_edit_individual_task(icalcomponent *supplied_vtodo, long msgnum) { "
" "Edit task" "
\n" - "
\n" + "
\n
\n" ); do_template("beginbox_nt");