X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Froomops.c;h=62b0fbb124c843c4732116c914dd111189621fa0;hb=f6f51307f975c67d86448d5b456f9650dc36d773;hp=ae1de7791d6a067deda1e3608e2c3b8696cf74f4;hpb=ed4c2c5dcb1042ac895fa783a3231dba2883db37;p=citadel.git diff --git a/webcit/roomops.c b/webcit/roomops.c index ae1de7791..62b0fbb12 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -826,7 +826,9 @@ void display_editroom(void) output_headers(1, 1, 1, 0, 0, 0, 0); /* print the tabbed dialog */ - wprintf("
" + wprintf("
" + "
" + "
" "" "\n"); @@ -926,11 +928,12 @@ void display_editroom(void) wprintf("\n"); - wprintf("
  
\n"); + wprintf("\n"); /* end tabbed dialog */ /* begin content of whatever tab is open now */ - wprintf("\n" + wprintf("
" + "
\n" "
\n"); if (!strcmp(tab, "admin")) { @@ -1401,7 +1404,7 @@ void display_editroom(void) } /* end content of whatever tab is open now */ - wprintf("
\n"); + wprintf("\n"); wDumpContent(1); } @@ -1714,7 +1717,8 @@ void display_entroom(void) "\n
\n" ); - wprintf("
\n"); + wprintf("
" + "
\n"); wprintf("
\n"); @@ -1773,7 +1777,7 @@ void display_entroom(void) if (buf[0] == '1') { fmout(NULL, "CENTER"); } - wprintf("
\n"); + wprintf("
\n"); wDumpContent(1); }