* migrated SUBST stuff to hash
[citadel.git] / webcit / summary.c
index 08b73f407c46c7fde12b155e787e78492cc02559..f71a43b080c5589ff1f8b71dcb2dd9972be00853 100644 (file)
@@ -28,7 +28,7 @@ void output_date(void) {
  * \brief Dummy section
  */
 void dummy_section(void) {
-       svprintf("BOXTITLE", WCS_STRING, "(dummy section)");
+       svput("BOXTITLE", WCS_STRING, "(dummy section)");
        do_template("beginbox");
        wprintf(_("(nothing)"));
        do_template("endbox");