X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsysmsgs.c;h=d626fbc6b11e2eb370257c3c731b5144edff3d8a;hb=6f1846672284d64b74a10937813320271293ad66;hp=b734e16f01b80559e1981b099688dbbfe419231c;hpb=d3865a3e08f6e62ded13210dccb4da0d26eee532;p=citadel.git diff --git a/webcit/sysmsgs.c b/webcit/sysmsgs.c index b734e16f0..d626fbc6b 100644 --- a/webcit/sysmsgs.c +++ b/webcit/sysmsgs.c @@ -38,7 +38,7 @@ void display_edit(char *description, char *check_cmd, } svprintf(HKEY("BOXTITLE"), WCS_STRING, _("Edit %s"), description); - do_template("beginbox"); + do_template("beginbox", NULL); wprintf(_("Enter %s below. Text is formatted to the reader's browser." " A newline is forced by preceding the next line by a blank."), description); @@ -57,7 +57,7 @@ void display_edit(char *description, char *check_cmd, wprintf("
\n", _("Cancel")); wprintf("\n"); - do_template("endbox"); + do_template("endbox", NULL); wDumpContent(1); }