*** empty log message ***
[citadel.git] / webcit / auth.c
index 3f3918f5744afe691b4e183ef8e1abb3c6b72599..94f3014f7a0257dc1c267ed78aaf7735812898ba 100644 (file)
@@ -47,7 +47,7 @@ void display_login(char *mesg)
        char buf[SIZ];
 
        output_headers(1, 1, 2, 0, 0, 0, 0);
-       wprintf("<div id=\"text\">\n");
+       wprintf("<div id=\"content\">\n");
 
        if (mesg != NULL) if (strlen(mesg) > 0) {
                stresc(buf, mesg, 0, 0);