]> code.citadel.org Git - citadel.git/blobdiff - webcit/userlist.c
* wDumpContent() is now responsible for </BODY></HTML> most of the
[citadel.git] / webcit / userlist.c
index 8d60805edf9146c2cedbf1728d0b8488d1842104..bfa2fc70c3bb606504ebe9956830d1092603881c 100644 (file)
@@ -90,8 +90,7 @@ void userlist(void) {
 
                }
        wprintf("</TABLE></CENTER>\n");
-DONE:   wprintf("</BODY></HTML>\n");
-        wDumpContent();
+DONE:  wDumpContent(1);
        }
 
 
@@ -133,6 +132,5 @@ void showuser(void) {
        serv_printf("RBIO %s",who);
        serv_gets(buf);
        if (buf[0]=='1') fmout(NULL);
-       wprintf("</BODY></HTML>\n");
-        wDumpContent();
+        wDumpContent(1);
        }