X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fpaging.c;h=ecad487ffc0b42dfe00a4972a6f74e85deb96e13;hb=37117bad89e16d3b7b89ab7e24526a5478593626;hp=adca9fbac2f216fa0ad2dc5786a0cd1f0a9bbcbb;hpb=8cca0febb0328ba2759994318f557973d5b7279d;p=citadel.git diff --git a/webcit/paging.c b/webcit/paging.c index adca9fbac..ecad487ff 100644 --- a/webcit/paging.c +++ b/webcit/paging.c @@ -33,10 +33,9 @@ void display_page(void) output_headers(3); - wprintf("
"); - wprintf("Page another user\n"); - wprintf("
\n"); + wprintf("
"); + wprintf("Page another user\n"); + wprintf("
\n"); wprintf("
This will send a page (instant message) " "to %s.\n", recp); @@ -120,10 +119,9 @@ void do_chat(void) output_headers(1); - wprintf("
"); - wprintf("Real-time chat\n"); - wprintf("
\n"); + wprintf("
"); + wprintf("Real-time chat\n"); + wprintf("
\n"); if (!strcasecmp(ctdlhost, "uds")) { wprintf("Sorry ... chat is not available here.
\n"); @@ -162,11 +160,10 @@ void page_popup(void) extract(pagefrom, &buf[4], 3); - wprintf("
"); - wprintf("Express message from "); + wprintf("
"); + wprintf("Express message from "); escputs(pagefrom); - wprintf("
\n"); + wprintf("
\n"); fmout(NULL); }