X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fpaging.c;h=ddc2fbbeaf1087422b7dbb255e2d15ce4f9bba01;hb=d120028b4c45f3c26d05186c8ba488fd2feef13f;hp=2548c968bbfaeb7dc4634aa6dab1c857ea3e6b4e;hpb=9f0af9290c2fc502eb8523bbbb1f358caa1d2925;p=citadel.git diff --git a/webcit/paging.c b/webcit/paging.c index 2548c968b..ddc2fbbea 100644 --- a/webcit/paging.c +++ b/webcit/paging.c @@ -25,7 +25,7 @@ void display_page(void) "\n
\n" ); - wprintf("
" + wprintf("
" "
\n"); wprintf(_("Send an instant message to: ")); @@ -373,7 +373,7 @@ void chat_recv(void) { if (strcasecmp(cl_user, WC->last_chat_user)) { wprintf(""); - if (!strcasecmp(cl_user, WC->wc_username)) { + if (!strcasecmp(cl_user, WC->wc_fullname)) { wprintf(""); } else {