* migrated SUBST stuff to hash
[citadel.git] / webcit / inetconf.c
index b52d5df25650dcdf492a0dd720b6af77b56fa0bb..c61ee41665ce01f98c80e3159a90f8b4c7dc6dbd 100644 (file)
@@ -104,7 +104,7 @@ void display_inetconf(void)
                if (which == (ic_max / 2)) {
                        wprintf("</td><td valign=top>");
                }
-               svprintf("BOXTITLE", WCS_STRING, ic_boxtitle[which]);
+               svput("BOXTITLE", WCS_STRING, ic_boxtitle[which]);
                do_template("beginbox");
                wprintf("<span class=\"menudesc\">");
                escputs(ic_desc[which]);