X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwho.c;h=e8ebb1d8caa1b88df24c070731a23ab85f1d5bcd;hb=37117bad89e16d3b7b89ab7e24526a5478593626;hp=7eb676c7f72a4c25b9c1a2b8c5974d32fa8d394a;hpb=8cca0febb0328ba2759994318f557973d5b7279d;p=citadel.git diff --git a/webcit/who.c b/webcit/who.c index 7eb676c7f..e8ebb1d8c 100644 --- a/webcit/who.c +++ b/webcit/who.c @@ -45,11 +45,11 @@ void whobbs(void) "\n" ); - wprintf("
"); + wprintf("
"); wprintf("\""); - wprintf("  Users currently on "); + wprintf("Users currently on "); escputs(serv_info.serv_humannode); - wprintf(""); + wprintf(""); offer_start_page(); wprintf("
\n"); @@ -182,10 +182,10 @@ void edit_me(void) output_headers(3); - wprintf("
"); - wprintf(""); + wprintf("
"); + wprintf(""); wprintf("Edit your session display"); - wprintf("
\n"); + wprintf("
\n"); wprintf("This screen allows you to change the way your\n"); wprintf("session appears in the 'Who is online' listing.\n"); wprintf("To turn off any 'fake' name you've previously\n");