X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsysmsgs.c;h=859872afd7aa8ca7da534bf38deaf5799989ba8b;hb=37117bad89e16d3b7b89ab7e24526a5478593626;hp=536da8c3d41f9688b080404fd4fc804a3a46436c;hpb=8cca0febb0328ba2759994318f557973d5b7279d;p=citadel.git diff --git a/webcit/sysmsgs.c b/webcit/sysmsgs.c index 536da8c3d..859872afd 100644 --- a/webcit/sysmsgs.c +++ b/webcit/sysmsgs.c @@ -45,11 +45,10 @@ void display_edit(char *description, char *check_cmd, } output_headers(1); - wprintf("
"); - wprintf("Edit "); + wprintf("
"); + wprintf("Edit "); escputs(description); - wprintf("
\n"); + wprintf("
\n"); wprintf("
Enter %s below. Text is formatted to\n", description); wprintf("the reader's screen width. To defeat the\n");