X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fauth.c;h=94f3014f7a0257dc1c267ed78aaf7735812898ba;hb=2779defa829432785fd086052bb7234a02289c1d;hp=3f3918f5744afe691b4e183ef8e1abb3c6b72599;hpb=96e1a8bd4ad4f4e94efd0b4dcec59a23a807f16d;p=citadel.git diff --git a/webcit/auth.c b/webcit/auth.c index 3f3918f57..94f3014f7 100644 --- a/webcit/auth.c +++ b/webcit/auth.c @@ -47,7 +47,7 @@ void display_login(char *mesg) char buf[SIZ]; output_headers(1, 1, 2, 0, 0, 0, 0); - wprintf("
\n"); + wprintf("
\n"); if (mesg != NULL) if (strlen(mesg) > 0) { stresc(buf, mesg, 0, 0);