]> code.citadel.org Git - citadel.git/blobdiff - webcit/event.c
* Fixed an HTTP output error for static data which was causing images
[citadel.git] / webcit / event.c
index 819cf6210f5486ce7ea26ac7df7fc9a5e4d1bd9d..832bac7a48b916840001667e104cc8550af62b4f 100644 (file)
@@ -92,7 +92,7 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum)
                "</div>\n<div id=\"content\">\n"
        );
 
-       do_template("beginbox_nt");
+       wprintf("<center><table border=0 width=99%% bgcolor=\"#ffffff\"><tr><td>\n");
 
        /************************************************************
         * Uncomment this to see the UID in calendar events for debugging
@@ -401,7 +401,7 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum)
                "</script>\n"
        );
 
-       do_template("endbox");
+       wprintf("</td></tr></table></center>\n");
        wDumpContent(1);
 
        if (created_new_vevent) {