X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fuserlist.c;h=0104f0449e4b325d0303f5ed7fb3b38ae3ba399e;hb=ee8121a2817b5a36b314a6c55ecba5d83fef3bad;hp=ecea95ff0ffb3306ab4c807a9158502ef97241d5;hpb=523c1b0f7a3002c6aaa3eb833b55eb0cf07674ff;p=citadel.git diff --git a/webcit/userlist.c b/webcit/userlist.c index ecea95ff0..0104f0449 100644 --- a/webcit/userlist.c +++ b/webcit/userlist.c @@ -71,7 +71,7 @@ void userlist(void) (bg ? "DDDDDD" : "FFFFFF") ); if (has_bio) { - wprintf(""); escputs(fl); @@ -113,7 +113,7 @@ void showuser(void) output_headers(1, 1, 2, 0, 0, 0); wprintf("
\n" "" - "" + "" "
"); wprintf(_("User profile")); wprintf("" @@ -136,7 +136,7 @@ void showuser(void) wprintf("
"); if (have_pic == 1) { - wprintf(""); } @@ -146,10 +146,10 @@ void showuser(void) if (buf[0] == '1') { fmout("JUSTIFY"); } - wprintf("
" - "  "); snprintf(buf, sizeof buf, _("Click here to send an instant message to %s"), who); escputs(buf);