]> code.citadel.org Git - citadel.git/blobdiff - webcit/who.c
*** empty log message ***
[citadel.git] / webcit / who.c
index 2bd73bc7fdd44c0e618f7ea21bd6cb5d277c0288..aa04c8f6055c124d828bd2fc619001894689c553 100644 (file)
@@ -39,7 +39,7 @@ void whobbs(void)
 
        output_headers(1, 1, 2, 0, 1, 0, 0);
 
-       wprintf("<script language=\"JavaScript\">\n"
+       wprintf("<script type=\"text/javascript\">\n"
                "function ConfirmKill() { \n"
                "return confirm('Do you really want to kill this session?');\n"
                "}\n"
@@ -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");