X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Finetconf.c;h=191f90e76787a6b3525f6893654446c411d90869;hb=8aec1a788f381cbe18eafc729a89b303bec05944;hp=c025792b056df02a28a676874da1807801c68157;hpb=aafa773c33eef66c0d1836d034419bf96e94c156;p=citadel.git diff --git a/webcit/inetconf.c b/webcit/inetconf.c index c025792b0..191f90e76 100644 --- a/webcit/inetconf.c +++ b/webcit/inetconf.c @@ -110,7 +110,7 @@ void display_inetconf(void) wprintf(""); } svput("BOXTITLE", WCS_STRING, ic_boxtitle[which]); - do_template("beginbox", NULL); + do_template("beginboxx", NULL); wprintf(""); escputs(ic_desc[which]); wprintf("
");