* div align=center
authorArt Cancro <ajc@citadel.org>
Sun, 16 Jan 2000 00:23:53 +0000 (00:23 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 16 Jan 2000 00:23:53 +0000 (00:23 +0000)
webcit/messages.c
webcit/serv_func.c

index cea643cc17bbd691fdc62182a85dc1c8d6d79947..128c1c1145362036b1c7242d6d409e3e2a3a96c5 100644 (file)
@@ -239,7 +239,8 @@ void readloop(char *oper)
 
        output_headers(1);
 
-       wprintf("<FONT FACE=\"Arial,Helvetica,sans-serif\"><CENTER><B>%s - ", WC->wc_roomname);
+       wprintf("<FONT FACE=\"Arial,Helvetica,sans-serif\"><CENTER><B>%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);
 }
 
 
index 174172a8f53e60cd4a65b156d007c9fa8ceeb35e..2ee6b39f0b6daf7993c70ce50243654b21abdc37 100644 (file)
@@ -102,6 +102,7 @@ void fmout(FILE * fp)
        int bq = 0;
        char buf[256];
 
+       wprintf("<DIV ALIGN=JUSTIFY>\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("</I>");
-                       wprintf("<P>\n");
+                       wprintf("</DIV><BR>\n");
                        return;
                }
                if ((intext == 1) && (isspace(buf[0]))) {