Got it!
[citadel.git] / webcit / userlist.c
index 1f6642f924a095dcf72cba3d4212814a84800433..d710ca5e91ad7ed89a4d73d570fff94905349553 100644 (file)
@@ -37,7 +37,7 @@ void userlist(void)
                        bio = bptr;
                }
        printf("HTTP/1.0 200 OK\n");
-       output_headers(1, "bottom");
+       output_headers(1);
 
        serv_puts("LIST");
        serv_gets(buf);
@@ -102,7 +102,7 @@ void showuser(void)
        int have_pic;
 
        printf("HTTP/1.0 200 OK\n");
-       output_headers(1, "bottom");
+       output_headers(1);
 
 
        wprintf("<TABLE WIDTH=100% BORDER=0 BGCOLOR=007700><TR><TD>");