* add new 'Context' Parameter to the template call
[citadel.git] / webcit / summary.c
index f7230e6b6aafd42bff7ec3122a6d387c89d69940..ce67551c57f4ccbd7bd6ed642df7c27edf6a793e 100644 (file)
@@ -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);
 }