X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fsysmsgs.c;h=f35097eb3b00ce661452e834d696e4c4a495e6be;hp=564645d48fbccfd76421c702bd529c264cb359d2;hb=8e165dd308679f195af8614d62dbdb4e43238495;hpb=3b0f83df92714f2657da0b738884adbd7d4bdc63 diff --git a/webcit/sysmsgs.c b/webcit/sysmsgs.c index 564645d48..f35097eb3 100644 --- a/webcit/sysmsgs.c +++ b/webcit/sysmsgs.c @@ -35,22 +35,22 @@ void display_edit(char *description, char *check_cmd, svprintf(HKEY("BOXTITLE"), WCS_STRING, _("Edit %s"), description); do_template("beginboxx", NULL); - wprintf(_("Enter %s below. Text is formatted to the reader's browser." + wc_printf(_("Enter %s below. Text is formatted to the reader's browser." " A newline is forced by preceding the next line by a blank."), description); - wprintf("
\n", save_cmd); - wprintf("\n", WC->nonce); - wprintf("
\n"); - wprintf("", _("Save changes")); - wprintf(" "); - wprintf("
\n", _("Cancel")); - wprintf("
\n"); + wc_printf("
\n"); + wc_printf("", _("Save changes")); + wc_printf(" "); + wc_printf("
\n", _("Cancel")); + wc_printf("
\n"); do_template("endbox", NULL); wDumpContent(1);