]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.c
*** empty log message ***
[citadel.git] / webcit / webcit.c
index 7148144eeabb08da47a59d1bfa648031d1b22789..464069c71ec3b082e666f0b4edcbd1b19ba9b8d3 100644 (file)
@@ -411,7 +411,7 @@ void output_headers(        int do_httpheaders,     /* 1 = output HTTP headers
                strcat(onload_fcn, "} \n");
 
                svprintf("PAGERscript", WCS_STRING,
-                       "<script language=\"JavaScript\">\n"
+                       "<script type=\"text/javascript\">\n"
                        "function launch_page_popup() {\n"
                        "pwin = window.open('/page_popup', 'CitaPage%d', "
                        "'toolbar=no,location=no,copyhistory=no,status=no,"
@@ -448,7 +448,7 @@ void output_headers(        int do_httpheaders,     /* 1 = output HTTP headers
        }
 
        if (do_room_banner != 2) {
-               wprintf("<div id=\"text\">\n");
+               wprintf("<div id=\"content\">\n");
        }
 
        if (strlen(WC->ImportantMessage) > 0) {
@@ -700,7 +700,7 @@ void convenience_page(char *titlebarcolor, char *titlebarmsg, char *messagetext)
        wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#%s\"><TR><TD>", titlebarcolor);
        wprintf("<SPAN CLASS=\"titlebar\">%s</SPAN>\n", titlebarmsg);
        wprintf("</TD></TR></TABLE>\n");
-       wprintf("</div><div id=\"text\">\n");
+       wprintf("</div>\n<div id=\"content\">\n");
        escputs(messagetext);
 
        wprintf("<hr />\n");