From cb9bc404a74e1dc831e19cf8b94ea29d933ddf76 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sun, 16 Jan 2000 00:23:53 +0000 Subject: [PATCH] * div align=center --- webcit/messages.c | 5 +++-- webcit/serv_func.c | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/webcit/messages.c b/webcit/messages.c index cea643cc1..128c1c114 100644 --- a/webcit/messages.c +++ b/webcit/messages.c @@ -239,7 +239,8 @@ void readloop(char *oper) output_headers(1); - wprintf("
%s - ", WC->wc_roomname); + wprintf("
%s - ", + WC->wc_roomname); if (!strcmp(oper, "readnew")) { strcpy(cmd, "MSGS NEW"); wprintf("new messages"); @@ -267,7 +268,7 @@ void readloop(char *oper) read_message(WC->msgarr[a], oper); } - DONE:wDumpContent(1); +DONE: wDumpContent(1); } diff --git a/webcit/serv_func.c b/webcit/serv_func.c index 174172a8f..2ee6b39f0 100644 --- a/webcit/serv_func.c +++ b/webcit/serv_func.c @@ -102,6 +102,7 @@ void fmout(FILE * fp) int bq = 0; char buf[256]; + wprintf("
\n"); while (1) { if (fp == NULL) serv_gets(buf); @@ -113,7 +114,7 @@ void fmout(FILE * fp) if (!strcmp(buf, "000")) { if (bq == 1) wprintf(""); - wprintf("

\n"); + wprintf("


\n"); return; } if ((intext == 1) && (isspace(buf[0]))) { -- 2.39.2