X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fuserlist.c;h=20450d9281d7a7b8309c669d3b6f7cccea1e9ddf;hp=38539c0e1a6ed5b11b51f574fa487831a3d7e02d;hb=0f72e15a12dcc90e3dbfc01ff35c0e910a8d419e;hpb=823fbb59e732cef530364710b34a5ab7c61eff8f diff --git a/webcit/userlist.c b/webcit/userlist.c index 38539c0e1..20450d928 100644 --- a/webcit/userlist.c +++ b/webcit/userlist.c @@ -42,15 +42,14 @@ void userlist(void) bio = bptr; } output_headers(1, 1, 2, 0, 0, 0); - wprintf("
\n" - "
" - ""); + wprintf("
\n"); + wprintf("

"); snprintf(title, sizeof title, _("User list for %s"), serv_info.serv_humannode); escputs(title); - wprintf("" - "

\n" - "
\n
\n" - ); + wprintf(""); + wprintf("
"); + + wprintf("
\n"); serv_puts("LIST"); serv_getln(buf, sizeof buf); @@ -122,15 +121,14 @@ void showuser(void) strcpy(who, bstr("who")); output_headers(1, 1, 2, 0, 0, 0); - wprintf("
\n" - "" - "" - "
"); + wprintf("
\n"); + wprintf(""); + wprintf("

"); wprintf(_("User profile")); - wprintf("" - "

\n" - "
\n
\n" - ); + wprintf(""); + wprintf("
"); + + wprintf("
\n"); wprintf("
" "
\n");