X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fvcard_edit.c;h=4b036e03fab68237dd857983f48ac650fff0eb16;hb=64a9d779e6d2f3e8b9b8492aea68fbf881d6d71b;hp=4017387547f15b96636510dc150c80ce5c51f916;hpb=450c8beef81a4e7d23d0afc17c7ae5d1dba4e6ba;p=citadel.git diff --git a/webcit/vcard_edit.c b/webcit/vcard_edit.c index 401738754..4b036e03f 100644 --- a/webcit/vcard_edit.c +++ b/webcit/vcard_edit.c @@ -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("
\n");