]> code.citadel.org Git - citadel.git/blobdiff - webcit/roomops.c
* Changed the format of the wholis (again). Now it shows up in a frame
[citadel.git] / webcit / roomops.c
index ce50b78f6af79b190577332f2fa135339a931202..cf3bc44d8859772c3edba06ca7f2f70db21879d5 100644 (file)
@@ -292,7 +292,7 @@ void readinfo(int v)
        serv_puts("RINF");
        serv_gets(buf);
        if (buf[0] == '1') {
-               wprintf("<FONT SIZE=-2>");
+               wprintf("<FONT SIZE=-1>");
                fmout(NULL);
                wprintf("</FONT>");
        }