X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsysmsgs.c;h=009cd051b7f6e5f7ad8f8a69d4be87d28fb7c320;hb=8aec1a788f381cbe18eafc729a89b303bec05944;hp=7db7f4f7f7da7106b75fd3966a26ce05bb655770;hpb=aafa773c33eef66c0d1836d034419bf96e94c156;p=citadel.git diff --git a/webcit/sysmsgs.c b/webcit/sysmsgs.c index 7db7f4f7f..009cd051b 100644 --- a/webcit/sysmsgs.c +++ b/webcit/sysmsgs.c @@ -33,7 +33,7 @@ void display_edit(char *description, char *check_cmd, } svprintf(HKEY("BOXTITLE"), WCS_STRING, _("Edit %s"), description); - do_template("beginbox", NULL); + do_template("beginboxx", 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);