X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Froomops.c;h=06e55bdeec16e3c0e08ba999ed226057eaf985dd;hb=fa776200ed5a4d6f4c43d36cc2fca86912f67bc9;hp=fe30c138c047649089a983fd9c97892a9bb46046;hpb=85114fe8f029bc5ec9efb9a026dfc1e5f4fa84f4;p=citadel.git diff --git a/webcit/roomops.c b/webcit/roomops.c index fe30c138c..06e55bdee 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -1758,7 +1758,7 @@ void display_zap(void) wprintf("
"); wprintf("Zap (forget/unsubscribe) the current room\n"); wprintf("
\n"); - wprintf("
\n"); + wprintf("
\n
\n"); wprintf("If you select this option, %s will ", WC->wc_roomname); wprintf("disappear from your room list. Is this what you wish "); @@ -1826,7 +1826,7 @@ void confirm_delete_room(void) wprintf("
"); wprintf("Confirm deletion of room\n"); wprintf("
\n"); - wprintf("
\n"); + wprintf("
\n
\n"); wprintf("
"); wprintf("
\n");