X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fuseredit.c;h=fd1a14a443dc7bad5195ef22e92958aa285d0c34;hb=38668b88b8c1017e957a6ab2ffe258c8b56c1048;hp=0ccf14e900857c4e47ce05c706e929c2330aa7ee;hpb=9beb839d0a92cd479bd2452d4d8dfe87e8000c9c;p=citadel.git diff --git a/webcit/useredit.c b/webcit/useredit.c index 0ccf14e90..fd1a14a44 100644 --- a/webcit/useredit.c +++ b/webcit/useredit.c @@ -264,7 +264,7 @@ void display_edituser(char *supplied_username, int is_new) { } output_headers(3); /* No room banner on this screen */ - wprintf("
"); + wprintf("
"); wprintf("" "Edit user account: "); escputs(username);