Nearly all <FORM> blocks now contain a hidden input
[citadel.git] / webcit / iconbar.c
index abfa0c172de1539dd04255bcb5507df6d3b56df5..a69aab1602f967360582ab6c81c47c18acead2dc 100644 (file)
@@ -494,6 +494,7 @@ void display_customize_iconbar(void) {
                "<table class=\"iconbar_background\"><tr><td>");
 
        wprintf("<FORM METHOD=\"POST\" action=\"commit_iconbar\">\n");
+       wprintf("<input type=\"hidden\" name=\"nonce\" value=\"%ld\">\n", WC->nonce);
 
        wprintf("<CENTER>");
        wprintf(_("Display icons as:"));