X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Finetconf.c;h=87964d30554208acc8c65a8d22bba9ef0b8ceaa8;hb=6f1846672284d64b74a10937813320271293ad66;hp=ad27d97b595513639b3d4a44c33694e6754f4031;hpb=d3865a3e08f6e62ded13210dccb4da0d26eee532;p=citadel.git diff --git a/webcit/inetconf.c b/webcit/inetconf.c index ad27d97b5..87964d305 100644 --- a/webcit/inetconf.c +++ b/webcit/inetconf.c @@ -105,7 +105,7 @@ void display_inetconf(void) wprintf(""); } svput("BOXTITLE", WCS_STRING, ic_boxtitle[which]); - do_template("beginbox"); + do_template("beginbox", NULL); wprintf(""); escputs(ic_desc[which]); wprintf("
"); @@ -141,7 +141,7 @@ void display_inetconf(void) wprintf("" "" "\n"); - do_template("endbox"); + do_template("endbox", NULL); wprintf("
"); } wprintf("\n");