* Made the frames stuff less dependent on the HTML TARGET= directive
[citadel.git] / webcit / siteconfig.c
index 41c9261986374edc91eaf5f858055a8fc7a922f9..ab08bc85adb030b788b07bba21d44f564372bc02 100644 (file)
@@ -26,7 +26,7 @@ void display_siteconfig(void) {
        }
 
        printf("HTTP/1.0 200 OK\n");
-       output_headers(1);
+       output_headers(1, "bottom");
 
         wprintf("<TABLE WIDTH=100% BORDER=0 BGCOLOR=007700><TR><TD>");
         wprintf("<FONT SIZE=+1 COLOR=\"FFFFFF\"<B>Site configuration");