* add transitional beginboxx template and move some places to the new syntax
[citadel.git] / webcit / mainmenu.c
index 4c1943817d985f9999d27fd803d5ed094932dd07..aa2e07396b41128bd858cf9dc972bab5a9d413af 100644 (file)
@@ -275,7 +275,7 @@ void do_generic(void)
        serv_getln(buf, sizeof buf);
 
        svput("BOXTITLE", WCS_STRING, _("Server command results"));
-       do_template("beginbox", NULL);
+       do_template("beginboxx", NULL);
 
        wprintf("<table border=0><tr><td>Command:</td><td><tt>");
        escputs(bstr("g_cmd"));