*** empty log message ***
[citadel.git] / webcit / who.c
index 4898ec45ad887ea29d0fc56cfac1441aca5998e1..aa04c8f6055c124d828bd2fc619001894689c553 100644 (file)
@@ -55,7 +55,7 @@ void whobbs(void)
        offer_start_page();
        wprintf("</TD></TR></TABLE>\n");
        wprintf("</div>\n"
-               "<div id=\"text\">\n");
+               "<div id=\"content\">\n");
 
        do_template("beginbox_nt");
        wprintf("<CENTER>"
@@ -205,7 +205,7 @@ void edit_me(void)
                wprintf("<SPAN CLASS=\"titlebar\">");
                wprintf("Edit your session display");
                wprintf("</SPAN></TD></TR></TABLE>\n");
-               wprintf("</div>\n<div id=\"text\">\n");
+               wprintf("</div>\n<div id=\"content\">\n");
 
                wprintf("This screen allows you to change the way your\n");
                wprintf("session appears in the 'Who is online' listing.\n");