]> code.citadel.org Git - citadel.git/blobdiff - webcit/sysmsgs.c
lower case tags
[citadel.git] / webcit / sysmsgs.c
index d377a899a466630165161268e6a6439c3866c1db..0a3fd8d62f797efe1f61b7fd923d0ecf8d1724bc 100644 (file)
@@ -24,10 +24,10 @@ void display_edit(char *description, char *check_cmd,
                return;
        }
        if (with_room_banner) {
-               output_headers(1, 1, 1, 0, 0, 0, 0);
+               output_headers(1, 1, 1, 0, 0, 0);
        }
        else {
-               output_headers(1, 1, 0, 0, 0, 0, 0);
+               output_headers(1, 1, 0, 0, 0, 0);
        }
 
        svprintf("BOXTITLE", WCS_STRING, _("Edit %s"), description);
@@ -39,7 +39,7 @@ void display_edit(char *description, char *check_cmd,
                "formatting, indent a line at least one space."), description);
        wprintf("<br />");
 
-       wprintf("<FORM METHOD=\"POST\" ACTION=\"%s\">\n", save_cmd);
+       wprintf("<FORM METHOD=\"POST\" action=\"%s\">\n", save_cmd);
        wprintf("<TEXTAREA NAME=\"msgtext\" wrap=soft "
                "ROWS=10 COLS=80 WIDTH=80>\n");
        serv_puts(read_cmd);