X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fuserlist.c;h=b9c08818ac4791acca7f03ce6309ac2040b0b1f6;hb=c77900f83a8fb36b2c0f4459056cb891f4b08b8d;hp=845978a7471dc7c356dc2e2aea5b9aa3c1a10e89;hpb=8db352111c77b005a5159de38422d676526403af;p=citadel.git diff --git a/webcit/userlist.c b/webcit/userlist.c index 845978a74..b9c08818a 100644 --- a/webcit/userlist.c +++ b/webcit/userlist.c @@ -113,7 +113,7 @@ void showuser(void) output_headers(1, 1, 2, 0, 0, 0); wc_printf("
\n"); - wc_printf(""); + wc_printf(""); wc_printf("

"); wc_printf(_("User profile")); wc_printf("

"); @@ -150,7 +150,7 @@ void showuser(void) wc_printf("
" - "  "); snprintf(buf, sizeof buf, _("Click here to send an instant message to %s"), who); escputs(buf);