* add transitional beginboxx template and move some places to the new syntax
[citadel.git] / webcit / summary.c
index 6f03c42d8471de47b0e86bcbc427a83218a90ba9..c18b57b81b05a08a2ef590dbded5a9680e7ee25a 100644 (file)
@@ -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);
 }