X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fauth.c;h=474f65d3703296fc12d43604263d1fd0c90c10ae;hp=d928b80221e321663e773be78cad3f50e03765ee;hb=8d8c5af38e5026933ea3b9d5eb1b75f276df1d99;hpb=5afe92226db5bb60026a099927ab1385f8aa384b diff --git a/webcit/auth.c b/webcit/auth.c index d928b8022..474f65d37 100644 --- a/webcit/auth.c +++ b/webcit/auth.c @@ -329,7 +329,7 @@ void validate(void) output_headers(1, 1, 2, 0, 0, 0); wprintf("
\n" - "
" + "
" ""); wprintf(_("Validate new users")); wprintf("
\n\n
\n"); @@ -363,7 +363,7 @@ void validate(void) } wprintf("
" - "
\n"); + "
\n"); wprintf("
"); safestrncpy(user, &buf[4], sizeof user); @@ -461,7 +461,7 @@ void display_changepw(void) output_headers(1, 1, 2, 0, 0, 0); wprintf("
\n" - "
" + "
" ""); wprintf(_("Change your password")); wprintf("" @@ -478,7 +478,7 @@ void display_changepw(void) } wprintf("
" - "
\n"); + "
\n"); wprintf("

"); serv_puts("MESG changepw");