Got it!
[citadel.git] / webcit / siteconfig.c
index 58848abd5e0d8edb787b6531303ac5f98e2fd824..929840e28c7fdd9ed8840d65c8361adefa2b7d13 100644 (file)
@@ -26,7 +26,7 @@ void display_siteconfig(void)
                return;
        }
        printf("HTTP/1.0 200 OK\n");
-       output_headers(1, "bottom");
+       output_headers(1);
 
        wprintf("<TABLE WIDTH=100% BORDER=0 BGCOLOR=007700><TR><TD>");
        wprintf("<FONT SIZE=+1 COLOR=\"FFFFFF\"<B>Site configuration");