X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fwebcit.c;h=6727f38782e0ff4a6cc12bcd6e846c0d7a83e1e2;hp=e1e270c2ffbc5386274825662ecb09fe4ff66f01;hb=fd034bea666febed8eff22cf10f2b72b8b009665;hpb=1b0bd6e3be6cab717f16c1768d6afc70e8add20b diff --git a/webcit/webcit.c b/webcit/webcit.c index e1e270c2f..6727f3878 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -123,7 +123,7 @@ void wDumpContent(int print_standard_html_footer) { if (print_standard_html_footer) { wc_printf(" \n"); - do_template("trailing", NULL); + do_template("trailing"); } /* If we've been saving it all up for one big output burst, @@ -195,7 +195,7 @@ void output_headers( int do_httpheaders, /* 1 = output HTTP headers */ if (do_htmlhead) { begin_burst(); - do_template("head", NULL); + do_template("head"); /* check for ImportantMessages (these display in a div overlaying the main screen) */ if (!IsEmptyStr(WCC->ImportantMessage)) {