* migrated SUBST stuff to hash
[citadel.git] / webcit / vcard_edit.c
index 4017387547f15b96636510dc150c80ce5c51f916..4b036e03fab68237dd857983f48ac650fff0eb16 100644 (file)
@@ -187,7 +187,7 @@ void do_edit_vcard(long msgnum, char *partnum, char *return_to, char *force_room
        /** Display the form */
        output_headers(1, 1, 1, 0, 0, 0);
 
-       svprintf("BOXTITLE", WCS_STRING, _("Edit contact information"));
+       svput("BOXTITLE", WCS_STRING, _("Edit contact information"));
        do_template("beginbox");
 
        wprintf("<form method=\"POST\" action=\"submit_vcard\">\n");