]> code.citadel.org Git - citadel.git/blobdiff - webcit/mainmenu.c
* More conversion of screens to the new look-and-feel.
[citadel.git] / webcit / mainmenu.c
index 8b34b46666e6c8fafa65b8149c152e5ac97b0b06..16bf61204465162d6d28061a8c317ef362bcbbf6 100644 (file)
@@ -33,6 +33,8 @@ void display_main_menu(void)
 {
        output_headers(1);
 
+       wprintf("<BR>");
+
        svprintf("BOXTITLE", WCS_STRING, "Basic commands");
        do_template("beginbox");