X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsummary.c;h=c18b57b81b05a08a2ef590dbded5a9680e7ee25a;hb=8aec1a788f381cbe18eafc729a89b303bec05944;hp=6f03c42d8471de47b0e86bcbc427a83218a90ba9;hpb=aafa773c33eef66c0d1836d034419bf96e94c156;p=citadel.git diff --git a/webcit/summary.c b/webcit/summary.c index 6f03c42d8..c18b57b81 100644 --- a/webcit/summary.c +++ b/webcit/summary.c @@ -29,7 +29,7 @@ void output_date(void) { */ void dummy_section(void) { svput("BOXTITLE", WCS_STRING, "(dummy section)"); - do_template("beginbox", NULL); + do_template("beginboxx", NULL); wprintf(_("(nothing)")); do_template("endbox", NULL); }