X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Flistsub.c;h=604d3d47b0acd46d5d61bb6c3eecee997a421075;hb=6f1846672284d64b74a10937813320271293ad66;hp=ce9b1ed5250a37555f3167242adf42abe826b280;hpb=d3865a3e08f6e62ded13210dccb4da0d26eee532;p=citadel.git diff --git a/webcit/listsub.c b/webcit/listsub.c index ce9b1ed52..604d3d47b 100644 --- a/webcit/listsub.c +++ b/webcit/listsub.c @@ -49,7 +49,7 @@ void do_listsub(void) wprintf("
"); svput("BOXTITLE", WCS_STRING, _("List subscribe/unsubscribe")); - do_template("beginbox"); + do_template("beginbox", NULL); wprintf("

"); /* @@ -217,7 +217,7 @@ FORM: wprintf("
\n"); } wprintf("
"); - do_template("endbox"); + do_template("endbox", NULL); wprintf("
"); wprintf("\n");