X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Froomops.c;h=5ed5c5a3e67709ff7441413bef49a45f02d26e8a;hb=d120028b4c45f3c26d05186c8ba488fd2feef13f;hp=81ac71a8849700a8d1ecd10e750a9914abbb2d91;hpb=9f0af9290c2fc502eb8523bbbb1f358caa1d2925;p=citadel.git diff --git a/webcit/roomops.c b/webcit/roomops.c index 81ac71a88..5ed5c5a3e 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -225,6 +225,9 @@ void readinfo(void) if (buf[0] == '1') { fmout("CENTER"); } + else { + wprintf(" "); + } } @@ -878,7 +881,7 @@ void display_editroom(void) /* print the tabbed dialog */ wprintf("
" - "
" + "
" "" "" "\n"); @@ -983,7 +986,7 @@ void display_editroom(void) /* end tabbed dialog */ /* begin content of whatever tab is open now */ - wprintf("
" + wprintf("
" "
 
\n" "
\n"); @@ -1835,7 +1838,7 @@ void display_entroom(void) "\n
\n" ); - wprintf("
" + wprintf("
" "
\n"); wprintf("
\n"); @@ -2044,7 +2047,7 @@ void display_private(char *rname, int req_pass) "\n
\n" ); - wprintf("
" + wprintf("
" "
\n"); wprintf("
\n");