*** empty log message ***
[citadel.git] / webcit / calendar.c
index ac0d703f3a66373eb09c57d012f3baededb6ade5..a8ed411cd2ec9e1c2face09abb8a423b096d53cf 100644 (file)
@@ -359,7 +359,7 @@ void respond_to_request(void) {
                "<SPAN CLASS=\"titlebar\">Respond to meeting request</SPAN>"
                "</TD></TR></TABLE>\n"
        );
-       wprintf("</div>\n<div id=\"text\">\n");
+       wprintf("</div>\n<div id=\"content\">\n");
 
        serv_printf("ICAL respond|%s|%s|%s|",
                bstr("msgnum"),
@@ -416,7 +416,7 @@ void handle_rsvp(void) {
                "<SPAN CLASS=\"titlebar\">"
                "Update your calendar with this RSVP</SPAN>"
                "</TD></TR></TABLE>\n"
-               "</div>\n<div id=\"text\">\n"
+               "</div>\n<div id=\"content\">\n"
        );
 
        serv_printf("ICAL handle_rsvp|%s|%s|%s|",
@@ -526,7 +526,7 @@ void display_edit_individual_task(icalcomponent *supplied_vtodo, long msgnum) {
                "<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#444455\"><TR><TD>"
                "<SPAN CLASS=\"titlebar\">Edit task</SPAN>"
                "</TD></TR></TABLE>\n"
-               "</div>\n<div id=\"text\">\n"
+               "</div>\n<div id=\"content\">\n"
        );
        
        do_template("beginbox_nt");