X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.c;h=0396cd408ed6c021b91907b86c1887c7d597dcd1;hb=61f3c8cdc0ca475841405667cad2938dbbcaa9d0;hp=e7a735e2d5290c89f4fc5f5779b9f7b738188a9d;hpb=74f3aced8baf68deb4982960b350c5009f6912fd;p=citadel.git diff --git a/webcit/webcit.c b/webcit/webcit.c index e7a735e2d..0396cd408 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -212,9 +212,7 @@ void output_headers( int do_httpheaders, /* 1 = output HTTP headers } if (do_room_banner == 1) { - wc_printf("
\n"); - embed_room_banner(); - wc_printf("
\n"); + tmplput_roombanner(NULL, NULL); } }