X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fpaging.c;h=b05378db7118dd98d6f5829b559fe215bcf5547d;hp=1bc28e4883a65e2de830516dd0661dd1d2cdc892;hb=8d8c5af38e5026933ea3b9d5eb1b75f276df1d99;hpb=5afe92226db5bb60026a099927ab1385f8aa384b diff --git a/webcit/paging.c b/webcit/paging.c index 1bc28e488..b05378db7 100644 --- a/webcit/paging.c +++ b/webcit/paging.c @@ -19,7 +19,7 @@ void display_page(void) output_headers(1, 1, 2, 0, 0, 0); wprintf("
\n" - "
" + "
" ""); wprintf(_("Send instant message")); wprintf("" @@ -28,7 +28,7 @@ void display_page(void) ); wprintf("
" - "
\n"); + "
\n"); wprintf(_("Send an instant message to: ")); escputs(recp);