X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsummary.c;h=ce67551c57f4ccbd7bd6ed642df7c27edf6a793e;hb=6f1846672284d64b74a10937813320271293ad66;hp=f7230e6b6aafd42bff7ec3122a6d387c89d69940;hpb=d3865a3e08f6e62ded13210dccb4da0d26eee532;p=citadel.git diff --git a/webcit/summary.c b/webcit/summary.c index f7230e6b6..ce67551c5 100644 --- a/webcit/summary.c +++ b/webcit/summary.c @@ -29,9 +29,9 @@ void output_date(void) { */ void dummy_section(void) { svput("BOXTITLE", WCS_STRING, "(dummy section)"); - do_template("beginbox"); + do_template("beginbox", NULL); wprintf(_("(nothing)")); - do_template("endbox"); + do_template("endbox", NULL); }